[Asterisk-cvs] asterisk/apps app_meetme.c, 1.93, 1.94 app_queue.c, 1.134, 1.135

russell at lists.digium.com russell at lists.digium.com
Wed Apr 13 18:42:07 CDT 2005


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv12576/apps

Modified Files:
	app_meetme.c app_queue.c 
Log Message:
add missing newlines, fix misspelling of nonexistent (bug #4027)


Index: app_meetme.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- app_meetme.c	2 Apr 2005 23:26:27 -0000	1.93
+++ app_meetme.c	13 Apr 2005 23:33:47 -0000	1.94
@@ -1571,7 +1571,7 @@
 									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
 										 */

Index: app_queue.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_queue.c,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- app_queue.c	13 Apr 2005 03:41:20 -0000	1.134
+++ app_queue.c	13 Apr 2005 23:33:47 -0000	1.135
@@ -108,7 +108,7 @@
 "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"




More information about the svn-commits mailing list