]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Bug 7194 - spelling fix
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 22 May 2006 14:59:59 +0000 (14:59 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 22 May 2006 14:59:59 +0000 (14:59 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@29398 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index a8db48d7f7dc097700e9c75071b620293f5181cb..129a5715787f45c594063fed872882e2ccc1f3f5 100644 (file)
@@ -627,7 +627,7 @@ static int conf_cmd(int fd, int argc, char **argv) {
                                user->chan->name,
                                user->userflags & CONFFLAG_ADMIN ? "(Admin)" : "",
                                user->userflags & CONFFLAG_MONITOR ? "(Listen only)" : "",
-                               user->adminflags & ADMINFLAG_MUTED ? "(Admn Muted)" : "",
+                               user->adminflags & ADMINFLAG_MUTED ? "(Admin Muted)" : "",
                                istalking(user->talking));
                ast_cli(fd,"%d users in that conference.\n",cnf->users);