From 28d317a1a77268892b36f251e51b5b08381b29e3 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 29 Jul 2011 05:25:18 +0000 Subject: [PATCH] Fix typo pointed out on #asterisk Thanks notten git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@330162 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_confbridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c index 76b4b266e0..6e992ebd31 100644 --- a/apps/app_confbridge.c +++ b/apps/app_confbridge.c @@ -2224,7 +2224,7 @@ static struct ast_cli_entry cli_confbridge[] = { AST_CLI_DEFINE(handle_cli_confbridge_list, "List conference bridges and participants."), AST_CLI_DEFINE(handle_cli_confbridge_kick, "Kick participants out of conference bridges."), AST_CLI_DEFINE(handle_cli_confbridge_mute, "Mute a participant."), - AST_CLI_DEFINE(handle_cli_confbridge_unmute, "Mute a participant."), + AST_CLI_DEFINE(handle_cli_confbridge_unmute, "Unmute a participant."), AST_CLI_DEFINE(handle_cli_confbridge_lock, "Lock a conference."), AST_CLI_DEFINE(handle_cli_confbridge_unlock, "Unlock a conference."), AST_CLI_DEFINE(handle_cli_confbridge_start_record, "Start recording a conference"), -- 2.47.2