]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 8 Dec 2006 04:08:47 +0000 (04:08 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 8 Dec 2006 04:08:47 +0000 (04:08 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3576 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_conference/mod_conference.c

index 36c5fd1485b3d461f523a4a0c8d1d7ce337272ae..f11308b1bf255fc50c99f4c2f6603f006ef2494c 100644 (file)
@@ -3197,13 +3197,13 @@ static switch_api_interface_t conf_api_interface = {
                "\t<confname> volume_out <member_id|all> [<newval>]\n"
                "\t<confname> play <file_path> [<member_id>]\n"
                "\t<confname> say <text>\n"
-               "\t<confname> saymember <member_id><text>\n"
+               "\t<confname> saymember <member_id> <text>\n"
                "\t<confname> stop <[current|all]> [<member_id>]\n"
                "\t<confname> kick <[member_id|all]>\n"
                "\t<confname> mute <[member_id|all]>\n"
                "\t<confname> unmute <[member_id|all]>\n"
                "\t<confname> deaf <[member_id|all]>\n"
-               "\t<confname> undef <[member_id|all]>\n"
+               "\t<confname> undeaf <[member_id|all]>\n"
                "\t<confname> relate <member_id> <other_member_id> [nospeak|nohear]\n"
                "\t<confname> lock\n"
                "\t<confname> unlock\n"