From 625781948a575bac32a59b270949ed2f599a7a23 Mon Sep 17 00:00:00 2001 From: Olle Johansson <oej@edvina.net> Date: Wed, 24 May 2006 18:17:50 +0000 Subject: [PATCH] Typo fix. Thanks Peter! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30010 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbx.c b/pbx.c index 6ab07c7611..7c44e77b52 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" -- GitLab