From 7bcc4569bb74ffdafa116f02c3241da48f2bf6f4 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Mon, 5 Mar 2007 14:53:57 +0000 Subject: [PATCH] Fixed a typo introduced via 9156 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@57825 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbx.c b/pbx.c index 9ab85b639b..6b068214ce 100644 --- a/pbx.c +++ b/pbx.c @@ -349,7 +349,7 @@ static struct pbx_builtin { "'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" },