From e81becd90faa7b627d6db16ce67f071b03132ea7 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 11 Aug 2007 04:01:31 +0000 Subject: [PATCH] merge soc07 r4868 - Just fixing a typo. wsacle -> wscale in tcppacketoptinfo() --- tcpip.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcpip.cc b/tcpip.cc index c1870dc8d..f5871959f 100644 --- a/tcpip.cc +++ b/tcpip.cc @@ -325,7 +325,7 @@ static void tcppacketoptinfo(u8 *optp, int len, char *result, int bufsize) { q++; - snprintf(p, bufsize, "wsacle %u", *q); + snprintf(p, bufsize, "wscale %u", *q); bufsize -= strlen(p); p += strlen(p);