aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-13 23:33:47 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-13 23:33:47 +0000
commit9201aa9db06c3ddd9e05f59c977b0349c9f616eb (patch)
tree7b5e30d0938eb2c5696d0c31806be80050699d39 /apps/app_meetme.c
parenta5898b4c0d9f7147f38315d743ca62c16e2ac85c (diff)
add missing newlines, fix misspelling of nonexistent (bug #4027)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5467 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rwxr-xr-xapps/app_meetme.c2
1 files changed, 1 insertions, 1 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
*/