]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix grammar of comment.
authorMark Michelson <mmichelson@digium.com>
Mon, 23 Jan 2012 20:30:42 +0000 (20:30 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 23 Jan 2012 20:30:42 +0000 (20:30 +0000)
........

Merged revisions 352230 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352231 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/features.c

index 7fbf65135a6c4cbe14d905f2e42298b6c5712b00..bfe80a1232ee2fedd41d333246fa057ce82c1069 100644 (file)
@@ -4111,7 +4111,7 @@ int ast_bridge_call(struct ast_channel *chan, struct ast_channel *peer, struct a
                                (f->subclass.integer == AST_CONTROL_HANGUP || f->subclass.integer == AST_CONTROL_BUSY ||
                                        f->subclass.integer == AST_CONTROL_CONGESTION))) {
                        /*
-                        * If the bridge was broken for a hangup that isn't real, then
+                        * If the bridge was broken for a hangup that isn't real,
                         * then don't run the h extension, because the channel isn't
                         * really hung up. This should really only happen with AST_SOFTHANGUP_ASYNCGOTO,
                         * but it doesn't hurt to check AST_SOFTHANGUP_UNBRIDGE either.