aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-runserver/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-runserver/main.c')
-rw-r--r--src/blogc-runserver/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blogc-runserver/main.c b/src/blogc-runserver/main.c
index e10f8e8..685b6e3 100644
--- a/src/blogc-runserver/main.c
+++ b/src/blogc-runserver/main.c
@@ -41,7 +41,7 @@ static const struct content_type_map {
{"text/plain", "txt", "index.txt"},
{"application/xhtml+xml", "xhtml", "index.xhtml"},
- // withoud index
+ // without index
{"text/css", "css", NULL},
{"image/gif", "gif", NULL},
{"image/jpeg", "jpeg", NULL},