spelling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9865 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
1cda796da8
commit
10de702680
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue