summaryrefslogtreecommitdiff
path: root/bofh/bofh.c
diff options
context:
space:
mode:
Diffstat (limited to 'bofh/bofh.c')
-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;
}