]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 57825 via svnmerge from
authorSteve Murphy <murf@digium.com>
Mon, 5 Mar 2007 15:20:17 +0000 (15:20 +0000)
committerSteve Murphy <murf@digium.com>
Mon, 5 Mar 2007 15:20:17 +0000 (15:20 +0000)
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)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@57826 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/pbx.c

index 57b476fe350e5b0eee0d19021bc3409826554ab8..203a057f68c3dc651a63a2342eda34c1b075b647 100644 (file)
@@ -341,7 +341,7 @@ static struct pbx_builtin {
        "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,