summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-04-13 23:33:47 +0000
committerRussell Bryant <russell@russellbryant.com>2005-04-13 23:33:47 +0000
commit7bffc0459c84f987998f8d677c2ca06a0d9603f4 (patch)
tree7b5e30d0938eb2c5696d0c31806be80050699d39 /apps
parent8d1744dd292fa84b615ccf30b849fdcccfafc3a8 (diff)
add missing newlines, fix misspelling of nonexistent (bug #4027)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_meetme.c2
-rwxr-xr-xapps/app_queue.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 0c7021a62..25fb1c732 100755
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -1571,7 +1571,7 @@ static int conf_exec(struct ast_channel *chan, void *data)
if (!found) {
/* At this point, we have a confno_tmp (static conference) that is empty */
if ((empty_no_pin && ((!stringp) || (stringp && (stringp[0] == '\0')))) || (!empty_no_pin)) {
- /* Case 1: empty_no_pin and pin is nonexistant (NULL)
+ /* Case 1: empty_no_pin and pin is nonexistent (NULL)
* Case 2: empty_no_pin and pin is blank (but not NULL)
* Case 3: not empty_no_pin
*/
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 42a9e8b01..b352a08f2 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -108,7 +108,7 @@ static char *descrip =
"Queues an incoming call in a particular call queue as defined in queues.conf.\n"
" This application returns -1 if the originating channel hangs up, or if the\n"
"call is bridged and either of the parties in the bridge terminate the call.\n"
-"Returns 0 if the queue is full, nonexistant, or has no members.\n"
+"Returns 0 if the queue is full, nonexistent, or has no members.\n"
"The option string may contain zero or more of the following characters:\n"
" 't' -- allow the called user transfer the calling user\n"
" 'T' -- to allow the calling user to transfer the call.\n"