From 4cf3b61286c8726e77bbe5f27af8e3e232ae4faa Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 9 Jul 2019 22:56:06 -0400 Subject: [PATCH] typo. --- netstat.c | 2 +- snooper.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netstat.c b/netstat.c index df595f0..aef04af 100644 --- a/netstat.c +++ b/netstat.c @@ -82,7 +82,7 @@ static char *stateStr = "LASTACK " "CLOSING " "TIMEWAIT " -"UNKOWN "; +"UNKNOWN "; static destRec dest; diff --git a/snooper.c b/snooper.c index fa312b7..820dec4 100644 --- a/snooper.c +++ b/snooper.c @@ -69,7 +69,7 @@ void Display(Word ipid, srBuff *srBuffer) { "LASTACK " "CLOSING " "TIMEWAIT " - "UNKOWN "; + "UNKNOWN "; static destRec dest;