summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2012-01-23 20:31:11 +0000
committerMark Michelson <mmichelson@digium.com>2012-01-23 20:31:11 +0000
commitc3c6b5a0baa69d9c131c81bdb8475abb72b8ac5a (patch)
tree31045abcef9e3da15cb96728cd3d3501e159a59e
parent0920c50341632f53aaa6d8a6ba80b10c0c7ad563 (diff)
Fix grammar of comment.
........ Merged revisions 352230 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 352231 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@352232 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--main/features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/features.c b/main/features.c
index f1bf4db54..3232f22b2 100644
--- a/main/features.c
+++ b/main/features.c
@@ -4118,7 +4118,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.