From: Mark Spencer Date: Tue, 1 Feb 2005 20:07:51 +0000 (+0000) Subject: Fix silly typo (bug #3483) X-Git-Tag: 1.2.0-beta1~1275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c48522110fb84f99486b0c3057e65e4181a17173;p=thirdparty%2Fasterisk.git Fix silly typo (bug #3483) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4946 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index d2cf68bf53..b1a02a2f89 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -6887,7 +6887,7 @@ static char no_history_usage[] = static char history_usage[] = "Usage: sip history\n" " Enables recording of SIP dialog history for debugging purposes.\n" -"Use 'sip show hitory' to view the history of a call number.\n"; +"Use 'sip show history' to view the history of a call number.\n"; static char sip_reload_usage[] = "Usage: sip reload\n"