]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sctp.c
Fix small misspellings
[tcpdump] / print-sctp.c
index 5aed68427770e00f438cb7a468b78b859f67a48b..19ffd74b40951b0f8882f6f58eaab630c39c5198 100644 (file)
@@ -89,7 +89,7 @@
  *
  * Any bugs reported given to us we will try to fix... any fixes shared will
- * be incorperated into the next SCTP release.
+ * be incorporated into the next SCTP release.
  */
 
 /* The valid defines for all message
@@ -249,7 +249,7 @@ struct sctpSendableInit{
 
 /* Selective Acknowledgement
  * has the following structure with
- * a optional ammount of trailing int's
+ * a optional amount of trailing int's
  * on the last part (based on the numberOfDesc
  * field).
  */
@@ -768,5 +768,5 @@ sctp_print(netdissect_options *ndo,
     return;
 
 trunc:
-    ND_PRINT("[|sctp]");
+    nd_print_trunc(ndo);
 }