[svn-commits] rmudgett: branch 1.8 r345219 - /branches/1.8/main/pbx.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Nov 14 14:45:51 CST 2011


Author: rmudgett
Date: Mon Nov 14 14:45:49 2011
New Revision: 345219

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=345219
Log:
Fix Progress spelling error in main/pbx.c.

(closes issue ASTERISK-18857)
Reported by: David M
Patches:
      mainpbx-trivial.patch (License #6326) patch uploaded by David M

Modified:
    branches/1.8/main/pbx.c

Modified: branches/1.8/main/pbx.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/pbx.c?view=diff&rev=345219&r1=345218&r2=345219
==============================================================================
--- branches/1.8/main/pbx.c (original)
+++ branches/1.8/main/pbx.c Mon Nov 14 14:45:49 2011
@@ -182,7 +182,7 @@
 		</description>
 		<see-also>
 			<ref type="application">Congestion</ref>
-			<ref type="application">Progess</ref>
+			<ref type="application">Progress</ref>
 			<ref type="application">Playtones</ref>
 			<ref type="application">Hangup</ref>
 		</see-also>
@@ -202,7 +202,7 @@
 		</description>
 		<see-also>
 			<ref type="application">Busy</ref>
-			<ref type="application">Progess</ref>
+			<ref type="application">Progress</ref>
 			<ref type="application">Playtones</ref>
 			<ref type="application">Hangup</ref>
 		</see-also>




More information about the svn-commits mailing list