[svn-commits] qwell: branch 1.4 r47782 - in /branches/1.4/apps: app_db.c app_dial.c

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


Author: qwell
Date: Thu Nov 16 17:19:46 2006
New Revision: 47782

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47782
Log:
Fix a couple of typos.  Initially pointed out by mrobinson.

Modified:
    branches/1.4/apps/app_db.c
    branches/1.4/apps/app_dial.c

Modified: branches/1.4/apps/app_db.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_db.c?view=diff&rev=47782&r1=47781&r2=47782
==============================================================================
--- branches/1.4/apps/app_db.c (original)
+++ branches/1.4/apps/app_db.c Thu Nov 16 17:19:46 2006
@@ -50,7 +50,7 @@
 
 /*! \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";
 

Modified: branches/1.4/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_dial.c?view=diff&rev=47782&r1=47781&r2=47782
==============================================================================
--- branches/1.4/apps/app_dial.c (original)
+++ branches/1.4/apps/app_dial.c Thu Nov 16 17:19:46 2006
@@ -67,7 +67,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"



More information about the svn-commits mailing list