aboutsummaryrefslogtreecommitdiffstats
path: root/src/libexec/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexec/httpd.c')
-rw-r--r--src/libexec/httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexec/httpd.c b/src/libexec/httpd.c
index cd44446..22d9b2b 100644
--- a/src/libexec/httpd.c
+++ b/src/libexec/httpd.c
@@ -87,7 +87,7 @@ int main(int argc,char *argv[]) {
printf("HTTP/1.1 500 Internal Server Error\r\n");
standard_headers();
printf("Content-type: text/html\r\n\r\ncouldn't chdir(\"%s\");",SITES_ROOT);
- //wtf? not sites dir???
+ //wtf? no sites dir???
exit(2);
}
}