aboutsummaryrefslogtreecommitdiff
path: root/sam.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-04-02 09:46:54 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-04-02 09:46:54 +0200
commit9ceac7ea426bf4aceb6aa260d10b83e3c7fe16d3 (patch)
tree3904e6552d495efe74f2c4c593fd1debf2bbe049 /sam.c
parent474365647cc7f65da26301b312e5fdee527c56bf (diff)
downloadvis-9ceac7ea426bf4aceb6aa260d10b83e3c7fe16d3.tar.gz
vis-9ceac7ea426bf4aceb6aa260d10b83e3c7fe16d3.tar.xz
Fix Debian package lintian warnings
https://mentors.debian.net/package/vis
Diffstat (limited to 'sam.c')
-rw-r--r--sam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sam.c b/sam.c
index 105d7b2..20c58b8 100644
--- a/sam.c
+++ b/sam.c
@@ -300,7 +300,7 @@ static const OptionDef options[] = {
[OPTION_ESCDELAY] = {
{ "escdelay" },
VIS_OPTION_TYPE_NUMBER,
- VIS_HELP("Miliseconds to wait to distinguish <Escape> from terminal escape sequences")
+ VIS_HELP("Milliseconds to wait to distinguish <Escape> from terminal escape sequences")
},
[OPTION_AUTOINDENT] = {
{ "autoindent", "ai" },