From: Russell Bryant Date: Wed, 11 Jan 2006 03:13:45 +0000 (+0000) Subject: Merged revisions 7957 via svnmerge from X-Git-Tag: 1.4.0-beta1~3003 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384aefa772bafde4e781e8bcaecd65f1ccd26fe0;p=thirdparty%2Fasterisk.git 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 --- 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"