[Asterisk-cvs] asterisk/apps app_meetme.c, 1.60.2.2, 1.60.2.3 app_qcall.c, 1.13, 1.13.2.1 app_queue.c, 1.87.2.4, 1.87.2.5

russell at lists.digium.com russell at lists.digium.com
Fri Apr 15 02:24:08 CDT 2005


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

Modified Files:
      Tag: v1-0
	app_meetme.c app_qcall.c app_queue.c 
Log Message:
add some newlines and fix some misspellings (bug #4027)


Index: app_meetme.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v
retrieving revision 1.60.2.2
retrieving revision 1.60.2.3
diff -u -d -r1.60.2.2 -r1.60.2.3
--- app_meetme.c	25 Nov 2004 18:27:22 -0000	1.60.2.2
+++ app_meetme.c	15 Apr 2005 07:15:39 -0000	1.60.2.3
@@ -1299,7 +1299,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_qcall.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Attic/app_qcall.c,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -d -r1.13 -r1.13.2.1
--- app_qcall.c	8 Aug 2004 17:15:02 -0000	1.13
+++ app_qcall.c	15 Apr 2005 07:15:39 -0000	1.13.2.1
@@ -317,7 +317,7 @@
 							extstr,context,channel->name);
 					if (strlen(ident)) {
 						strncat(ident,"-ok", sizeof(ident) - strlen(ident) - 1);
-						/* if file existant, play it */
+						/* if file existent, play it */
 						if (!ast_streamfile(channel,ident,0))
 						{
 							ast_waitstream(channel,"");

Index: app_queue.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_queue.c,v
retrieving revision 1.87.2.4
retrieving revision 1.87.2.5
diff -u -d -r1.87.2.4 -r1.87.2.5
--- app_queue.c	13 Apr 2005 03:45:53 -0000	1.87.2.4
+++ app_queue.c	15 Apr 2005 07:15:39 -0000	1.87.2.5
@@ -96,7 +96,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