[Asterisk-cvs] asterisk/apps app_dial.c,1.71,1.72

citats at lists.digium.com citats at lists.digium.com
Sun Jun 20 02:38:28 CDT 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/home/citats/cvs/asterisk/apps

Modified Files:
	app_dial.c 
Log Message:
Typo in comment in app_dial.c

Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- app_dial.c	14 Jun 2004 19:43:41 -0000	1.71
+++ app_dial.c	20 Jun 2004 06:24:25 -0000	1.72
@@ -782,7 +782,7 @@
 		if (chan->cdr)
 			ast_cdr_setdestchan(chan->cdr, tmp->chan->name);
 
-		/* check the restuls of ast_call */
+		/* check the results of ast_call */
 		if (res) {
 			/* Again, keep going even if there's an error */
 			if (option_debug)




More information about the svn-commits mailing list