[Asterisk-cvs] asterisk/apps app_dial.c,1.29,1.30

jeremy at lists.digium.com jeremy at lists.digium.com
Wed Nov 5 21:42:30 CST 2003


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

Modified Files:
	app_dial.c 
Log Message:
minor language tweak. Thanks Carp


Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- app_dial.c	5 Nov 2003 20:53:49 -0000	1.29
+++ app_dial.c	6 Nov 2003 04:08:40 -0000	1.30
@@ -39,7 +39,7 @@
 
 static char *app = "Dial";
 
-static char *synopsis = "Place an call and connect to the current channel";
+static char *synopsis = "Place a call and connect to the current channel";
 
 static char *descrip =
 "  Dial(Technology/resource[&Technology2/resource2...][|timeout][|options][|URL]):\n"




More information about the svn-commits mailing list