summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2009-10-25 05:16:10 +0000
committerDimitri Sokolyuk <demon@dim13.org>2009-10-25 05:16:10 +0000
commit7d5201f9672a2d41ca2846861e2b32e1099f2715 (patch)
tree34edb21fc2c26617aa353cc7ea52f5085c3c2a22
parent08e2765bf55c1701be82fa843cba6f483f385352 (diff)
typo
-rw-r--r--bofh/bofh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bofh/bofh.c b/bofh/bofh.c
index b84869d..e1ef064 100644
--- a/bofh/bofh.c
+++ b/bofh/bofh.c
@@ -9,7 +9,7 @@
int
main()
{
- printf("Conten-type: %s\r\n\r\n", "text/plain");
+ printf("Content-type: %s\r\n\r\n", "text/plain");
printf("Your excuse is: %s\n", rndex(excuses));
return 0;
}