diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-26 01:48:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-26 01:48:17 +0000 |
commit | fa6c4844b2fef07def6b739c8f28ec50c2612208 (patch) | |
tree | 971b38f45cc2c30f693cc6cc650f4c280d11babd /networking/httpd.c | |
parent | 9c03cb920acdb19595e4a670cf4081b0631b7b52 (diff) | |
download | busybox-w32-fa6c4844b2fef07def6b739c8f28ec50c2612208.tar.gz busybox-w32-fa6c4844b2fef07def6b739c8f28ec50c2612208.tar.bz2 busybox-w32-fa6c4844b2fef07def6b739c8f28ec50c2612208.zip |
fix spelling mistakes
Diffstat (limited to 'networking/httpd.c')
-rw-r--r-- | networking/httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index 73a9461fa..1d8c893f2 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -200,7 +200,7 @@ typedef struct | |||
200 | 200 | ||
201 | static HttpdConfig *config; | 201 | static HttpdConfig *config; |
202 | 202 | ||
203 | static const char request_GET[] = "GET"; /* size algorithic optimize */ | 203 | static const char request_GET[] = "GET"; /* size algorithmic optimize */ |
204 | 204 | ||
205 | static const char* const suffixTable [] = { | 205 | static const char* const suffixTable [] = { |
206 | /* Warning: shorted equivalent suffix in one line must be first */ | 206 | /* Warning: shorted equivalent suffix in one line must be first */ |