diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 465b34f88c..7a59a2a8f2 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 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);