IPv4/6 reassembly

Change-Id: Ic5dcadd13c88b8a5e7896dab82404509c081614a
Signed-off-by: Klement Sekera <ksekera@cisco.com>
diff --git a/src/vnet/ip/icmp6.h b/src/vnet/ip/icmp6.h
index 9a3487b..1cac824 100644
--- a/src/vnet/ip/icmp6.h
+++ b/src/vnet/ip/icmp6.h
@@ -45,7 +45,7 @@
   _ (DEST_UNREACH_SENT, "destination unreachable response sent")	\
   _ (PACKET_TOO_BIG_SENT, "packet too big response sent")		\
   _ (TTL_EXPIRE_SENT, "hop limit exceeded response sent")		\
-  _ (PARAM_PROBLEM_SENT, "parameter Pproblem response sent")		\
+  _ (PARAM_PROBLEM_SENT, "parameter problem response sent")		\
   _ (DROP, "error message dropped")