fix typos using codespell utility
[dpdk.git] / examples / ip_fragmentation / main.c
index 71c1d12..654b315 100644 (file)
@@ -1020,7 +1020,7 @@ main(int argc, char **argv)
 
                if (check_ptype(portid) == 0) {
                        rte_eth_add_rx_callback(portid, 0, cb_parse_ptype, NULL);
-                       printf("Add Rx callback funciton to detect L3 packet type by SW :"
+                       printf("Add Rx callback function to detect L3 packet type by SW :"
                                " port = %d\n", portid);
                }
        }