From 33412e0f4d53ae6e34a8e6bf4c57bc333cc60237 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 23 Jun 2014 15:27:28 -0400 Subject: Changed string to all caps --- chatbot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chatbot.c') diff --git a/chatbot.c b/chatbot.c index f9549e6..775eda4 100644 --- a/chatbot.c +++ b/chatbot.c @@ -73,7 +73,7 @@ void do_chatbot(void) if(!valid) { print_string("\n\n"); - print_string("Sorry?"); + print_string("SORRY?"); print_string("\n\n"); } } // else -- cgit v1.1