projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc78939
)
fix typo
author
Anthony Minessale II
<anthmct@yahoo.com>
Thu, 25 Nov 2004 13:45:29 +0000
(13:45 +0000)
committer
Anthony Minessale II
<anthmct@yahoo.com>
Thu, 25 Nov 2004 13:45:29 +0000
(13:45 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4341
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_dumpchan.c
patch
|
blob
|
history
diff --git
a/apps/app_dumpchan.c
b/apps/app_dumpchan.c
index
ce17775
..
ad58cbb
100755
(executable)
--- 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;