diff options
Diffstat (limited to 'src/blogc-runserver')
-rw-r--r-- | src/blogc-runserver/main.c | 2 |
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}, |