projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a303a83
)
Typo in app_queue.c
author
James Golovich
<james@gnuinter.net>
Fri, 27 Feb 2004 04:38:30 +0000
(
04:38
+0000)
committer
James Golovich
<james@gnuinter.net>
Fri, 27 Feb 2004 04:38:30 +0000
(
04:38
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2258
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_queue.c
patch
|
blob
|
history
diff --git
a/apps/app_queue.c
b/apps/app_queue.c
index
eee390c
..
dd84980
100755
(executable)
--- 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]