aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_db.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-16 23:19:46 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-16 23:19:46 +0000
commitd1d14016f20283cbe9d026f4744eb90a16db9b72 (patch)
tree258e5b1f62bcf659fb2f6bbac9b24c062ac251e4 /apps/app_db.c
parentffb8d3f78ce47ab85cdf36aa8a7600205186cb56 (diff)
Fix a couple of typos. Initially pointed out by mrobinson.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47782 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_db.c')
-rw-r--r--apps/app_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_db.c b/apps/app_db.c
index 73d092ab6..0c8d0585b 100644
--- a/apps/app_db.c
+++ b/apps/app_db.c
@@ -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";