summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Mollier <emollier@debian.org>2022-07-02 16:41:00 +0200
committerÉtienne Mollier <emollier@debian.org>2022-07-02 16:41:00 +0200
commitbb67a7b7f99d5777864f8a4bef76e347c3104c6a (patch)
treeba8c76430ea2fb1ccdede95a27f6577dc9dc4599
parent1c4c11a2ac015594efd4939a35a12e69a992fa41 (diff)
fix typos caught by lintian in the binaries.
Forwarded: no Last-Update: 2022-07-02 Last-Update: 2022-07-02 Gbp-Pq: Name typos.patch
-rw-r--r--bvi.c2
-rw-r--r--comm.c4
-rw-r--r--tags4
3 files changed, 5 insertions, 5 deletions
diff --git a/bvi.c b/bvi.c
index dcc1f85..c140ed5 100644
--- a/bvi.c
+++ b/bvi.c
@@ -239,7 +239,7 @@ main(argc, argv)
break;
case BLOCK_BEGIN|BLOCK_END|BLOCK_LEN:
if (block_end - block_begin != block_size + 1) {
- fprintf(stderr, "Ambigous block data\n");
+ fprintf(stderr, "Ambiguous block data\n");
exit(1);
}
break;
diff --git a/comm.c b/comm.c
index 6e0d884..e3dece9 100644
--- a/comm.c
+++ b/comm.c
@@ -71,8 +71,8 @@ static char *c_argv[9];
char *nowrtmsg = "No write@since last change (:%s! overrides)";
char *morefiles = "more files@to edit";
-char *ambigous = "Ambigous|Too many file names";
-char *ambvalue = "Ambigous|Too many values";
+char *ambigous = "Ambiguous|Too many file names";
+char *ambvalue = "Ambiguous|Too many values";
char *extra = "Extra chars|Extra characters at end of command";
char *noaddr = "No address allowed@on this command";
char *noval = "No value@for binary operation";
diff --git a/tags b/tags
index 771ed94..ba181dd 100644
--- a/tags
+++ b/tags
@@ -199,8 +199,8 @@ again recomp.c /^int again = 0;$/;" v
alloc_buf dosio.c /^alloc_buf(off_t n, char **buffer)$/;" f
alloc_buf io.c /^alloc_buf(n, buffer)$/;" f
altfile comm.c /^static char *altfile = NULL; \/* alternate file *\/$/;" v file:
-ambigous comm.c /^char *ambigous = "Ambigous|Too many file names";$/;" v
-ambvalue comm.c /^char *ambvalue = "Ambigous|Too many values";$/;" v
+ambigous comm.c /^char *ambigous = "Ambiguous|Too many file names";$/;" v
+ambvalue comm.c /^char *ambvalue = "Ambiguous|Too many values";$/;" v
arrnum bmore.c /^int arrnum = 0;$/;" v
arrnum bvi.c /^int arrnum = 0;$/;" v
ascii_comp recomp.c /^ascii_comp(smem, pattern)$/;" f