aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http
diff options
context:
space:
mode:
Diffstat (limited to 'src/supplemental/http')
-rw-r--r--src/supplemental/http/http_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supplemental/http/http_server.c b/src/supplemental/http/http_server.c
index 5eadf6d5..d3b595fd 100644
--- a/src/supplemental/http/http_server.c
+++ b/src/supplemental/http/http_server.c
@@ -1453,7 +1453,7 @@ http_handle_dir(nni_aio *aio)
return;
}
- // simple worst case is every character in path is a seperator
+ // simple worst case is every character in path is a separator
// It's never actually that bad, because we we have /<something>/.
pnsz = (strlen(path) + strlen(uri) + 2) * strlen(NNG_PLATFORM_DIR_SEP);
pnsz += strlen("index.html") + 1; // +1 for term nul