[asterisk-commits] mmichelson: trunk r352232 - in /trunk: ./ main/features.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 23 14:31:13 CST 2012
Author: mmichelson
Date: Mon Jan 23 14:31:11 2012
New Revision: 352232
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=352232
Log:
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
Modified:
trunk/ (props changed)
trunk/main/features.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/main/features.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/features.c?view=diff&rev=352232&r1=352231&r2=352232
==============================================================================
--- trunk/main/features.c (original)
+++ trunk/main/features.c Mon Jan 23 14:31:11 2012
@@ -4118,7 +4118,7 @@
(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.
More information about the asterisk-commits
mailing list