[Asterisk-cvs] asterisk/channels chan_sip.c,1.644,1.645

markster at lists.digium.com markster at lists.digium.com
Tue Feb 1 14:06:34 CST 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv26056/channels

Modified Files:
	chan_sip.c 
Log Message:
Fix silly typo (bug #3483)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.644
retrieving revision 1.645
diff -u -d -r1.644 -r1.645
--- chan_sip.c	1 Feb 2005 19:25:40 -0000	1.644
+++ chan_sip.c	1 Feb 2005 20:07:51 -0000	1.645
@@ -6887,7 +6887,7 @@
 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"




More information about the svn-commits mailing list