aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-08 19:14:03 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-08 19:14:03 +0000
commit09a17e5f8001d8b629bccec130b1b740d8f1f6a4 (patch)
tree9ef528279fbf1aef07dff04ab83e6fd38001954d
parente186bce692eb42a01f18ad4949616e16a236ca89 (diff)
Fix documentation on chanisavail
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@784 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xapps/app_chanisavail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_chanisavail.c b/apps/app_chanisavail.c
index ff2b84e27..57f6e6ff0 100755
--- a/apps/app_chanisavail.c
+++ b/apps/app_chanisavail.c
@@ -42,7 +42,7 @@ static char *descrip =
"be n+101 (unless such a priority does not exist, in which case\n"
"ChanIsAvail will return -1. If any of the requested channels\n"
"are available, the next priority will be n+1, the channel variable\n"
-"${CHANAVAIL} will be set to the name of the available channel and\n"
+"${AVAILCHAN} will be set to the name of the available channel and\n"
"the ChanIsAvail app will return 0.\n";
STANDARD_LOCAL_USER;