From: Russell Bryant Date: Mon, 7 Feb 2005 03:28:11 +0000 (+0000) Subject: typo (bug #3483) X-Git-Tag: 1.0.11.1~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37a80ea3bc76734c4805a2dd601a0e1e88d251b5;p=thirdparty%2Fasterisk.git typo (bug #3483) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4973 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 60d9321004..0e13f2bacf 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -6479,7 +6479,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"