[Freeswitch-svn] [commit] r7428 - freeswitch/trunk/src/mod/applications/mod_commands

Freeswitch SVN mikej at freeswitch.org
Tue Jan 29 14:58:28 EST 2008


Author: mikej
Date: Tue Jan 29 14:58:28 2008
New Revision: 7428

Modified:
   freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c

Log:
typo

Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	Tue Jan 29 14:58:28 2008
@@ -1794,7 +1794,7 @@
 		return SWITCH_STATUS_SUCCESS;
 	}
 
-	/* If you changes the field qty or order of any of these select */
+	/* If you change the field qty or order of any of these select */
 	/* statmements, you must also change show_callback and friends to match! */
 	if (!command) {
 		stream->write_function(stream, "-USAGE: %s\n", SHOW_SYNTAX);



More information about the Freeswitch-svn mailing list