]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-pptp.c
Fix some typos in comments
[tcpdump] / print-pptp.c
index 8e1b3038885a3d97bc954462c112d49f845b8772..e8e328bbe3da6e84f34ab0bb443bc80de0a72d46 100644 (file)
@@ -55,7 +55,7 @@
 #define PPTP_CTRL_MSG_TYPE_WEN         14
 #define PPTP_CTRL_MSG_TYPE_SLI         15
 
-#define PPTP_FRAMING_CAP_ASYNC_MASK    0x00000001      /* Aynchronous */
+#define PPTP_FRAMING_CAP_ASYNC_MASK    0x00000001      /* Asynchronous */
 #define PPTP_FRAMING_CAP_SYNC_MASK     0x00000002      /* Synchronous */
 
 #define PPTP_BEARER_CAP_ANALOG_MASK    0x00000001      /* Analog */