From f36645e2c028f801d8b2d92c5a3552ec3518c434 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 29 Jan 2008 19:53:24 +0000 Subject: [PATCH] whoops git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7426 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_commands/mod_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 42f458ffe3..465b34f88c 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -1794,7 +1794,7 @@ SWITCH_STANDARD_API(show_function) return SWITCH_STATUS_SUCCESS; } - /* If you changes the field qty or order of any of these select /* + /* If you changes 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);