]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
spelling
authorBrian West <brian@freeswitch.org>
Mon, 6 Oct 2008 23:10:50 +0000 (23:10 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 6 Oct 2008 23:10:50 +0000 (23:10 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9865 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index 0790cdd3e9f23e5e34095986e1c80497ba8e74d6..a7f33d05840ed337f0948e76b1d51e9001aafbb1 100644 (file)
@@ -774,7 +774,7 @@ SWITCH_STANDARD_API(ctl_function)
                } else if (!strcasecmp(argv[0], "sync_clock")) {
                        arg = 0;
                        switch_core_session_ctl(SCSC_SYNC_CLOCK, &arg);
-                       stream->write_function(stream, "+OK clock synchronize\n");
+                       stream->write_function(stream, "+OK clock synchronized\n");
                } else {
                        stream->write_function(stream, "-ERR INVALID COMMAND\nUSAGE: fsctl %s", CTL_SYNTAX);
                        goto end;