aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-11 03:12:44 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-11 03:12:44 +0000
commitcfd5d468cd10a28c9591e091c421609bc9c2f4ae (patch)
tree83a0c1e4bdae5f9918dc51475b6ffd3db8b44c76
parent82f45d616dd86f613946b2075f64a6561bc0381d (diff)
fix a little typo
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7957 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_dial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index a020fefe0..9e9003509 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -161,7 +161,7 @@ static char *descrip =
" S(x) - Hang up the call after 'x' seconds *after* the called party has\n"
" answered the call.\n"
" t - Allow the called party to transfer the calling party by sending the\n"
-" DTMF sequence defiend in features.conf.\n"
+" DTMF sequence defined in features.conf.\n"
" T - Allow the calling party to transfer the called party by sending the\n"
" DTMF sequence defined in features.conf.\n"
" w - Allow the called party to enable recording of the call by sending\n"