This commit is contained in:
Kelvin Sherlock 2019-07-09 22:56:06 -04:00
parent cf0b2fa26f
commit 4cf3b61286
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ static char *stateStr =
"LASTACK " "LASTACK "
"CLOSING " "CLOSING "
"TIMEWAIT " "TIMEWAIT "
"UNKOWN "; "UNKNOWN ";
static destRec dest; static destRec dest;

View File

@ -69,7 +69,7 @@ void Display(Word ipid, srBuff *srBuffer) {
"LASTACK " "LASTACK "
"CLOSING " "CLOSING "
"TIMEWAIT " "TIMEWAIT "
"UNKOWN "; "UNKNOWN ";
static destRec dest; static destRec dest;