]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
fix typos in my doc cleanup
authorRussell Bryant <russell@russellbryant.com>
Thu, 10 Nov 2005 21:39:01 +0000 (21:39 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 10 Nov 2005 21:39:01 +0000 (21:39 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7048 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_adsiprog.c
apps/app_chanisavail.c
apps/app_chanspy.c

index c5d7242ad84064bd56d4e8c8ff66ad12071e6c46..79fe30122a6bff170733317e74c27f92a631cb2e 100755 (executable)
@@ -56,7 +56,7 @@ static char *synopsis = "Load Asterisk ADSI Scripts into phone";
 
 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 a2b1dbe0be4f14bb7a55d4e6b378defc5192201c..c55bb8ecb20f15c902ebaaee117405ed5e1a11ef 100755 (executable)
@@ -48,7 +48,7 @@ static char *tdesc = "Check channel availability";
 
 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 375f49eff4d7ad04e16b71f276c6d3bed5ee9929..3ec7b6dfb2e6d762e1d1e74fb7dddd87480c6394 100755 (executable)
@@ -64,7 +64,7 @@ static const char *desc =
 "    - 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"