aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-05 14:53:57 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-05 14:53:57 +0000
commit2f691eb07710a0aa4a2914535753439caafea811 (patch)
tree12c90a00aeeb29e37d7da2722871f51d599962ec
parent3f4a4f132408448c4245b2e051229f8524fa335d (diff)
Fixed a typo introduced via 9156
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@57825 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index 9ab85b639..6b068214c 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"
},