summaryrefslogtreecommitdiff
path: root/networking/httpd.c
diff options
context:
space:
mode:
authorMike Frysinger2006-05-26 01:48:17 +0000
committerMike Frysinger2006-05-26 01:48:17 +0000
commitfa6c4844b2fef07def6b739c8f28ec50c2612208 (patch)
tree971b38f45cc2c30f693cc6cc650f4c280d11babd /networking/httpd.c
parent9c03cb920acdb19595e4a670cf4081b0631b7b52 (diff)
downloadbusybox-fa6c4844b2fef07def6b739c8f28ec50c2612208.zip
busybox-fa6c4844b2fef07def6b739c8f28ec50c2612208.tar.gz
fix spelling mistakes
Diffstat (limited to 'networking/httpd.c')
-rw-r--r--networking/httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/httpd.c b/networking/httpd.c
index 73a9461..1d8c893 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -200,7 +200,7 @@ typedef struct
static HttpdConfig *config;
-static const char request_GET[] = "GET"; /* size algorithic optimize */
+static const char request_GET[] = "GET"; /* size algorithmic optimize */
static const char* const suffixTable [] = {
/* Warning: shorted equivalent suffix in one line must be first */