[Asterisk-cvs] asterisk cli.c,1.32,1.33

citats at lists.digium.com citats at lists.digium.com
Sat Mar 6 04:09:34 CST 2004


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

Modified Files:
	cli.c 
Log Message:
Fix comment in cli.c


Index: cli.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cli.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- cli.c	15 Feb 2004 09:07:00 -0000	1.32
+++ cli.c	6 Mar 2004 09:01:08 -0000	1.33
@@ -551,7 +551,7 @@
 static int handle_help(int fd, int argc, char *argv[]);
 
 static struct ast_cli_entry builtins[] = {
-	/* Keep alphabetized, with longer matches first (example: abcd before abc */
+	/* Keep alphabetized, with longer matches first (example: abcd before abc) */
 	{ { "_command", "complete", NULL }, handle_commandcomplete, "Command complete", commandcomplete_help },
 	{ { "_command", "nummatches", NULL }, handle_commandnummatches, "Returns number of command matches", commandnummatches_help },
 	{ { "_command", "matchesarray", NULL }, handle_commandmatchesarray, "Returns command matches array", commandmatchesarray_help },




More information about the svn-commits mailing list