From fe9bd8ca91cc04362cb50372b711e9d6cc322e91 Mon Sep 17 00:00:00 2001 From: David Parrish Date: Thu, 25 Sep 2014 15:38:13 -0400 Subject: [PATCH] Spelling correction to help --- interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.c b/interface.c index 4593ac0..1bb820f 100644 --- a/interface.c +++ b/interface.c @@ -1030,7 +1030,7 @@ struct command commands[] = { {"chat_del_user", {ca_chat, ca_user, ca_none}, do_chat_del_user, "chat_del_user \tDeletes user from chat"}, {"status_online", {ca_none}, do_status_online, "status_online\tSets status as online"}, {"status_offline", {ca_none}, do_status_offline, "status_offline\tSets status as offline"}, - {"quit", {ca_none}, do_quit, "quit\tQuits immideatly"}, + {"quit", {ca_none}, do_quit, "quit\tQuits immediately"}, {"safe_quit", {ca_none}, do_safe_quit, "safe_quit\tWaits for all queries to end, then quits"}, {"set", {ca_string, ca_number, ca_none}, do_set, "set \tSets value of param. Currently available: log_level, debug_verbosity, alarm, msg_num"}, {"chat_with_peer", {ca_peer, ca_none}, do_chat_with_peer, "chat_with_peer \tInterface option. All input will be treated as messages to this peer. Type /quit to end this mode"},