From 384aefa772bafde4e781e8bcaecd65f1ccd26fe0 Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Wed, 11 Jan 2006 03:13:45 +0000 Subject: [PATCH] Merged revisions 7957 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7957 | russell | 2006-01-10 22:12:44 -0500 (Tue, 10 Jan 2006) | 2 lines fix a little typo ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7958 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_dial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_dial.c b/apps/app_dial.c index 9294eaf5a4..dac6ac4ca7 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -164,7 +164,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" -- GitLab