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

apps/app_db.c
apps/app_dial.c

index 73d092ab65eda8d579b5cd92e6a18e66106c37ff..0c8d0585b9e0ee6d3f1c081f18f4bbc2c32df428 100644 (file)
@@ -50,7 +50,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
 /*! \todo XXX Remove this application after 1.4 is relased */
 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"
 "  This application has been DEPRECATED in favor of the DB_DELETE function.\n";
 
index 8a88e27a6de504294a11e93f57912a9231ef1c78..cdfa73bc3ef943455a4852f8b3e824a8c759f9f9 100644 (file)
@@ -67,7 +67,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"