aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-27 04:38:30 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-27 04:38:30 +0000
commit20fc667095ffd85c91745e021c7176e5d4add149 (patch)
treeca1852c31abc0e56df25fe86392d492e7ca0f304 /apps/app_queue.c
parentb65ee3af4aa9102e07bf1dfde29d426f29c38a46 (diff)
Typo in app_queue.c
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2258 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rwxr-xr-xapps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index eee390cbd..dd8498020 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -80,7 +80,7 @@ static char *descrip =
" 'n' -- no retries on the timeout; will exit this application and go to the next step.\n"
" In addition to transferring the call, a call may be parked and then picked\n"
"up by another user.\n"
-" The optionnal URL will be sent to the called party if the channel supports\n"
+" The optional URL will be sent to the called party if the channel supports\n"
"it.\n";
// [PHM 06/26/03]