aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwanderer <mjbecze@gmail.com>2017-04-14 11:32:52 -0400
committerwanderer <mjbecze@gmail.com>2017-04-14 11:32:52 -0400
commit3b2abbd473b007b9de5f8b76c8e74aad26b947be (patch)
tree9c3f6c947029402057345b1c4209ce670fc83c02
parent58c620e2dd412bd339b3482ccc949471466824c8 (diff)
downloadpatchfoo-3b2abbd473b007b9de5f8b76c8e74aad26b947be.tar.gz
patchfoo-3b2abbd473b007b9de5f8b76c8e74aad26b947be.zip
spelling
-rw-r--r--lib/serve.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/serve.js b/lib/serve.js
index 9c36013..ca86533 100644
--- a/lib/serve.js
+++ b/lib/serve.js
@@ -43,7 +43,7 @@ function ctype(name) {
case 'css': return 'text/css'
case 'png': return 'image/png'
case 'json': return 'application/json'
- case 'ico': return 'image/x-iconimage/x-icon'
+ case 'ico': return 'image/x-icon'
}
}