aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-24 18:17:50 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-24 18:17:50 +0000
commitd151a56839974e09a0619f0c8e7bfae9cb82b5d1 (patch)
tree516d56417ff69e336f58cca0061006184ecb3c7b /pbx.c
parent8e2e5ae7ff5204c1a645987fbb59fc9efbb4c2cc (diff)
Typo fix. Thanks Peter!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30010 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rw-r--r--pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index 6ab07c761..7c44e77b5 100644
--- a/pbx.c
+++ b/pbx.c
@@ -296,7 +296,7 @@ static struct pbx_builtin {
{ "Congestion", pbx_builtin_congestion,
"Indicate the Congestion condition",
- " Congestion([timeout]): This application will indicate the congenstion\n"
+ " Congestion([timeout]): This application will indicate the congestion\n"
"condition to the calling channel. If the optional timeout is specified, the\n"
"calling channel will be hung up after the specified number of seconds.\n"
"Otherwise, this application will wait until the calling channel hangs up.\n"