diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-09-22 04:10:24 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-09-22 04:10:24 +0200 |
commit | 0c916e2c8b56c320fdc81f68d445194559479041 (patch) | |
tree | 2cbf3da74ac280b485d06c1af24e02b59c2a80ca /src | |
parent | 6202f4475af932d6d489f5e02ea6b5110a1f567d (diff) | |
download | blogc-0c916e2c8b56c320fdc81f68d445194559479041.tar.gz blogc-0c916e2c8b56c320fdc81f68d445194559479041.tar.bz2 blogc-0c916e2c8b56c320fdc81f68d445194559479041.zip |
typo
Diffstat (limited to 'src')
-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}, |