From: Mark Michelson Date: Mon, 23 Jan 2012 20:30:42 +0000 (+0000) Subject: Fix grammar of comment. X-Git-Tag: 10.2.0-rc1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56032cb4cc4076419e67a4c8e6e0fbb8db33f435;p=thirdparty%2Fasterisk.git Fix grammar of comment. ........ 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 --- diff --git a/main/features.c b/main/features.c index 7fbf65135a..bfe80a1232 100644 --- a/main/features.c +++ b/main/features.c @@ -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.