From 7d5201f9672a2d41ca2846861e2b32e1099f2715 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 25 Oct 2009 05:16:10 +0000 Subject: typo --- bofh/bofh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3