aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-16 23:16:35 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-16 23:16:35 +0000
commit2b1a8b77802c4f8b9c73a825480ea031132037f1 (patch)
tree662aadc154f1b146b2c2fdea640dad03f0295d26 /apps
parentefc03034007146213e63411054941ed37e1040b3 (diff)
Fix a couple of typos in applications.. Initially spotted by mrobinson.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@47780 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_cut.c4
-rw-r--r--apps/app_db.c2
-rw-r--r--apps/app_dial.c2
-rw-r--r--apps/app_directory.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/apps/app_cut.c b/apps/app_cut.c
index 46f934b89..a97405775 100644
--- a/apps/app_cut.c
+++ b/apps/app_cut.c
@@ -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;
diff --git a/apps/app_db.c b/apps/app_db.c
index 245c8d3ca..0a66959bf 100644
--- a/apps/app_db.c
+++ b/apps/app_db.c
@@ -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 =
diff --git a/apps/app_dial.c b/apps/app_dial.c
index b214017bb..1d414bc30 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -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"
diff --git a/apps/app_directory.c b/apps/app_directory.c
index b403cae4a..9caefc030 100644
--- a/apps/app_directory.c
+++ b/apps/app_directory.c
@@ -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"