[asterisk-commits] murf: branch 1.2 r57825 - /branches/1.2/pbx.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Mar 5 07:53:58 MST 2007


Author: murf
Date: Mon Mar  5 08:53:57 2007
New Revision: 57825

URL: http://svn.digium.com/view/asterisk?view=rev&rev=57825
Log:
Fixed a typo introduced via 9156

Modified:
    branches/1.2/pbx.c

Modified: branches/1.2/pbx.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/pbx.c?view=diff&rev=57825&r1=57824&r2=57825
==============================================================================
--- branches/1.2/pbx.c (original)
+++ branches/1.2/pbx.c Mon Mar  5 08:53:57 2007
@@ -349,7 +349,7 @@
 	"'h' extension. If either or neither the 'h' or 'i' extensions have been defined, the\n"
 	"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"
+	"does not exist, then it will not be able to find any 'h' or 'i' extensions there,\n"
 	"and the channel and call will both be terminated!\n"
 	},
 



More information about the asterisk-commits mailing list