From: Mark Michelson Date: Mon, 23 Jan 2012 20:30:21 +0000 (+0000) Subject: Fix grammar of comment. X-Git-Tag: 1.8.10.0-rc1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e41e6474294721cea53e2e752714e1a98094f741;p=thirdparty%2Fasterisk.git Fix grammar of comment. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@352230 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/features.c b/main/features.c index 3e698df38a..76e396d99c 100644 --- a/main/features.c +++ b/main/features.c @@ -4097,7 +4097,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.