]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix a couple of typos in applications.. Initially spotted by mrobinson.
authorJason Parker <jparker@digium.com>
Thu, 16 Nov 2006 23:16:35 +0000 (23:16 +0000)
committerJason Parker <jparker@digium.com>
Thu, 16 Nov 2006 23:16:35 +0000 (23:16 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@47780 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_cut.c
apps/app_db.c
apps/app_dial.c
apps/app_directory.c

index 46f934b8933ef93078b6a2a6d67528fea6bff55f..a9740577543612d050f63f19d8a56a5fd63e4de0 100644 (file)
@@ -48,7 +48,7 @@ static char *app_cut = "Cut";
 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 @@ static char *app_sort_descrip =
 "  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;
 
index 245c8d3caf82bcca1379d771e119c94721636078..0a66959bf36118b5bc179d4791f7ed927db6da4f 100644 (file)
@@ -63,7 +63,7 @@ static char *p_descrip =
 "  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 =
index b214017bb8c5c6df4b3f9c84e7fdc51336c928ab..1d414bc30636bdd10bf6e77bc1e744501353d2fe 100644 (file)
@@ -65,7 +65,7 @@ static char *synopsis = "Place a call and connect to the current channel";
 
 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"
index b403cae4a1736950c7ad761f68bb1d6650ef5bec..9caefc0304b2066b882b112e47a4eedbd6cc99e5 100644 (file)
@@ -61,7 +61,7 @@ static char *descrip =
 "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"