[Asterisk-cvs] asterisk channel.c,1.172,1.173

markster at lists.digium.com markster at lists.digium.com
Thu Feb 10 17:45:57 CST 2005


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

Modified Files:
	channel.c 
Log Message:
Fix silly newline miss (bug #3555)


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- channel.c	21 Jan 2005 22:30:16 -0000	1.172
+++ channel.c	10 Feb 2005 23:46:03 -0000	1.173
@@ -102,7 +102,7 @@
 
 static char show_channeltypes_usage[] = 
 "Usage: show channeltypes\n"
-"       Shows available channel types registred in your Asterisk server.";
+"       Shows available channel types registered in your Asterisk server.\n";
 
 static struct ast_cli_entry cli_show_channeltypes = 
 	{ { "show", "channeltypes", NULL }, show_channeltypes, "Show available channel types", show_channeltypes_usage };




More information about the svn-commits mailing list