[asterisk-commits] murf: branch 1.4 r57826 - in /branches/1.4: ./ main/pbx.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Mar 5 08:20:18 MST 2007


Author: murf
Date: Mon Mar  5 09:20:17 2007
New Revision: 57826

URL: http://svn.digium.com/view/asterisk?view=rev&rev=57826
Log:
Merged revisions 57825 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r57825 | murf | 2007-03-05 07:53:57 -0700 (Mon, 05 Mar 2007) | 1 line

Fixed a typo introduced via 9156 (either the gotos or their doc strings are wrong)
........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/main/pbx.c

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/main/pbx.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/pbx.c?view=diff&rev=57826&r1=57825&r2=57826
==============================================================================
--- branches/1.4/main/pbx.c (original)
+++ branches/1.4/main/pbx.c Mon Mar  5 09:20:17 2007
@@ -341,7 +341,7 @@
 	"channel is hung up, and the execution of instructions on the channel is terminated.\n"
 	"Remember that this command can set the current context, and if the context specified\n"
 	"does not exist, then it will not be able to find any 'h' or 'i' extensions there, and\n"
-	"and the channel and call will both be terminated!\n"
+	"the channel and call will both be terminated!\n"
 	},
 
 	{ "GotoIfTime", pbx_builtin_gotoiftime,



More information about the asterisk-commits mailing list