aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c
diff options
context:
space:
mode:
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 73a9461fa..1d8c893f2 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 */