From: Anthony Minessale II Date: Thu, 25 Nov 2004 13:45:29 +0000 (+0000) Subject: fix typo X-Git-Tag: 1.2.0-beta1~1750 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f885e0a6cdacf593ef439e2dc2ec39a6a97f0b3e;p=thirdparty%2Fasterisk.git fix typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4341 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_dumpchan.c b/apps/app_dumpchan.c index ce17775c78..ad58cbb558 100755 --- a/apps/app_dumpchan.c +++ b/apps/app_dumpchan.c @@ -30,7 +30,7 @@ static char *desc = " DumpChan([])\n" "Displays information on channel and listing of all channel\n" "variables. If min_verbose_level is specified, output is only\n" -"display when the verbose level is currently set to that number\n" +"displayed when the verbose level is currently set to that number\n" "or greater. Always returns 0.\n\n"; STANDARD_LOCAL_USER;