From f885e0a6cdacf593ef439e2dc2ec39a6a97f0b3e Mon Sep 17 00:00:00 2001
From: Anthony Minessale II <anthmct@yahoo.com>
Date: Thu, 25 Nov 2004 13:45:29 +0000
Subject: [PATCH] fix typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4341 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 apps/app_dumpchan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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([<min_verbose_level>])\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;
-- 
GitLab