aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http
diff options
context:
space:
mode:
authorEvgeny Ermakov <evgeny.v.ermakov@gmail.com>2020-02-12 01:23:35 +1100
committerGarrett D'Amore <garrett@damore.org>2020-02-13 20:21:09 -0800
commit0a315e4e5f7d90789babba312079462953114e0d (patch)
tree193f07065b2145fca39406420666ee740166e117 /src/supplemental/http
parentcdda78dbb793e10a5fcbd4748b9d82207ff0f19a (diff)
downloadnng-0a315e4e5f7d90789babba312079462953114e0d.tar.gz
nng-0a315e4e5f7d90789babba312079462953114e0d.tar.bz2
nng-0a315e4e5f7d90789babba312079462953114e0d.zip
Fix typos in comments
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