Fix a typo
diff --git a/print-tcp.c b/print-tcp.c
index d2cb152..55bff76 100644
--- a/print-tcp.c
+++ b/print-tcp.c
@@ -95,7 +95,7 @@
 
 #define TSEQ_HASHSIZE 919
 
-/* These tcp optinos do not have the size octet */
+/* These tcp options do not have the size octet */
 #define ZEROLENOPT(o) ((o) == TCPOPT_EOL || (o) == TCPOPT_NOP)
 
 static struct tcp_seq_hash tcp_seq_hash4[TSEQ_HASHSIZE];