From: Olle Johansson Date: Wed, 24 May 2006 18:17:50 +0000 (+0000) Subject: Typo fix. Thanks Peter! X-Git-Tag: 1.4.0-beta1~1220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625781948a575bac32a59b270949ed2f599a7a23;p=thirdparty%2Fasterisk.git Typo fix. Thanks Peter! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30010 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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"