From: Anthony Minessale Date: Fri, 8 Dec 2006 04:08:47 +0000 (+0000) Subject: fix typo X-Git-Tag: v1.0-beta1~1610 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7ca2cad1979a1b559dac02356618eab48cd5e52;p=thirdparty%2Ffreeswitch.git fix typo git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3576 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 36c5fd1485..f11308b1bf 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -3197,13 +3197,13 @@ static switch_api_interface_t conf_api_interface = { "\t volume_out []\n" "\t play []\n" "\t say \n" - "\t saymember \n" + "\t saymember \n" "\t stop <[current|all]> []\n" "\t kick <[member_id|all]>\n" "\t mute <[member_id|all]>\n" "\t unmute <[member_id|all]>\n" "\t deaf <[member_id|all]>\n" - "\t undef <[member_id|all]>\n" + "\t undeaf <[member_id|all]>\n" "\t relate [nospeak|nohear]\n" "\t lock\n" "\t unlock\n"