[svn-commits] qwell: branch 1.2 r47780 - /branches/1.2/apps/

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Nov 16 16:16:35 MST 2006


Author: qwell
Date: Thu Nov 16 17:16:35 2006
New Revision: 47780

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47780
Log:
Fix a couple of typos in applications..  Initially spotted by mrobinson.

Modified:
    branches/1.2/apps/app_cut.c
    branches/1.2/apps/app_db.c
    branches/1.2/apps/app_dial.c
    branches/1.2/apps/app_directory.c

Modified: branches/1.2/apps/app_cut.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_cut.c?view=diff&rev=47780&r1=47779&r2=47780
==============================================================================
--- branches/1.2/apps/app_cut.c (original)
+++ branches/1.2/apps/app_cut.c Thu Nov 16 17:16:35 2006
@@ -48,7 +48,7 @@
 static char *cut_synopsis = "Splits a variable's contents using the specified delimiter";
 
 static char *cut_descrip =
-"  Cut(newvar=varname,delimiter,fieldspec): This applicaiton will split the\n"
+"  Cut(newvar=varname,delimiter,fieldspec): This application will split the\n"
 "contents of a variable based on the given delimeter and store the result in\n"
 "a new variable.\n"
 "Parameters:\n"
@@ -66,7 +66,7 @@
 "  Sort(newvar=key1:val1[,key2:val2[[...],keyN:valN]]): This application will\n"
 "sort the list provided in ascending order. The result will be stored in the\n"
 "specified variable name.\n"
-"  This applicaiton has been deprecated in favor of the SORT function.\n";
+"  This application has been deprecated in favor of the SORT function.\n";
 
 STANDARD_LOCAL_USER;
 

Modified: branches/1.2/apps/app_db.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_db.c?view=diff&rev=47780&r1=47779&r2=47780
==============================================================================
--- branches/1.2/apps/app_db.c (original)
+++ branches/1.2/apps/app_db.c Thu Nov 16 17:16:35 2006
@@ -63,7 +63,7 @@
 "  This application has been deprecated in favor of the DB function.\n";
 
 static char *d_descrip =
-"  DBdel(family/key): This applicaiton will delete a key from the Asterisk\n"
+"  DBdel(family/key): This application will delete a key from the Asterisk\n"
 "database.\n";
 
 static char *dt_descrip =

Modified: branches/1.2/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_dial.c?view=diff&rev=47780&r1=47779&r2=47780
==============================================================================
--- branches/1.2/apps/app_dial.c (original)
+++ branches/1.2/apps/app_dial.c Thu Nov 16 17:16:35 2006
@@ -65,7 +65,7 @@
 
 static char *descrip =
 "  Dial(Technology/resource[&Tech2/resource2...][|timeout][|options][|URL]):\n"
-"This applicaiton will place calls to one or more specified channels. As soon\n"
+"This application will place calls to one or more specified channels. As soon\n"
 "as one of the requested channels answers, the originating channel will be\n"
 "answered, if it has not already been answered. These two channels will then\n"
 "be active in a bridged call. All other channels that were requested will then\n"

Modified: branches/1.2/apps/app_directory.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_directory.c?view=diff&rev=47780&r1=47779&r2=47780
==============================================================================
--- branches/1.2/apps/app_directory.c (original)
+++ branches/1.2/apps/app_directory.c Thu Nov 16 17:16:35 2006
@@ -61,7 +61,7 @@
 "the calling channel with a directory of extensions from which they can search\n"
 "by name. The list of names and corresponding extensions is retrieved from the\n"
 "voicemail configuration file, voicemail.conf.\n"
-"  This applicaiton will immediate exit if one of the following DTMF digits are\n"
+"  This application will immediately exit if one of the following DTMF digits are\n"
 "received and the extension to jump to exists:\n"
 "    0 - Jump to the 'o' extension, if it exists.\n"
 "    * - Jump to the 'a' extension, if it exists.\n\n"



More information about the svn-commits mailing list