From 0a315e4e5f7d90789babba312079462953114e0d Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov Date: Wed, 12 Feb 2020 01:23:35 +1100 Subject: Fix typos in comments --- src/supplemental/http/http_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/supplemental') 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 //. pnsz = (strlen(path) + strlen(uri) + 2) * strlen(NNG_PLATFORM_DIR_SEP); pnsz += strlen("index.html") + 1; // +1 for term nul -- cgit v1.2.3-70-g09d2