[Asterisk-cvs] asterisk/apps app_adsiprog.c, 1.22, 1.23 app_chanisavail.c, 1.31, 1.32 app_chanspy.c, 1.34, 1.35

russell russell
Thu Nov 10 16:48:14 CST 2005


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

Modified Files:
	app_adsiprog.c app_chanisavail.c app_chanspy.c 
Log Message:
fix typos in my doc cleanup


Index: app_adsiprog.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_adsiprog.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- app_adsiprog.c	10 Nov 2005 20:56:45 -0000	1.22
+++ app_adsiprog.c	10 Nov 2005 21:39:01 -0000	1.23
@@ -56,7 +56,7 @@
 
 static char *descrip =
 "  ADSIProg(script): This application programs an ADSI Phone with the given\n"
-"script. If nothing is specified, the default script (asterisk.adsi) is used.\n"
+"script. If nothing is specified, the default script (asterisk.adsi) is used.\n";
 
 STANDARD_LOCAL_USER;
 

Index: app_chanisavail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_chanisavail.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- app_chanisavail.c	10 Nov 2005 20:56:45 -0000	1.31
+++ app_chanisavail.c	10 Nov 2005 21:39:01 -0000	1.32
@@ -48,7 +48,7 @@
 
 static char *app = "ChanIsAvail";
 
-static char *synopsis = "Check channel availability;
+static char *synopsis = "Check channel availability";
 
 static char *descrip = 
 "  ChanIsAvail(Technology/resource[&Technology2/resource2...][|options]): \n"

Index: app_chanspy.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_chanspy.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- app_chanspy.c	10 Nov 2005 20:56:45 -0000	1.34
+++ app_chanspy.c	10 Nov 2005 21:39:01 -0000	1.35
@@ -64,7 +64,7 @@
 "    - Dialing a series of digits followed by # builds a channel name to append\n"
 "      to 'chanprefix'. For example, executing ChanSpy(Agent) and then dialing\n"
 "      the digits '1234#' while spying will begin spying on the channel,\n"
-"      'Agent/1234'.
+"      'Agent/1234'.\n"
 "  Options:\n"
 "    b - Only spy on channels involved in a bridged call.\n"
 "    g(grp) - Match only channels where their ${SPYGROUP} variable is set to\n"




More information about the svn-commits mailing list