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;