summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Mollier <emollier@debian.org>2023-02-06 11:01:05 +0100
committerAndreas Tille <tille@debian.org>2023-02-06 11:01:05 +0100
commit48aaed49b80fe221fb7ce4f21f67919f1ee12cc1 (patch)
treefc788d379f6f2037f176cca5f035313ec9bf478c
parent0ecfae505306f4538918f2ee5342d75cb10b1d0a (diff)
fix a couple of typos caught by lintian.
Forwarded: no Last-Update: 2022-08-03 Last-Update: 2022-08-03 Gbp-Pq: Name typos.patch
-rw-r--r--DB.c4
-rw-r--r--LAsplit.c2
-rw-r--r--daligner.c2
-rw-r--r--lsd.sort.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/DB.c b/DB.c
index d674a86..bdf6791 100644
--- a/DB.c
+++ b/DB.c
@@ -2208,7 +2208,7 @@ int Read_Extra(FILE *afile, char *aname, DAZZ_EXTRA *extra)
}
if (accum != extra->accum)
{ EPRINTF(EPLACE,
- "%s: Reduction indicator of extra %s does not agree with previos .anno block files\n",
+ "%s: Reduction indicator of extra %s does not agree with previous .anno block files\n",
Prog_Name,name);
goto error;
}
@@ -2829,7 +2829,7 @@ static Block_Looper *parse_block_arg(char *arg, int isDB)
first = last = -1;
else
{ if (index(ppnt+1,BLOCK_SYMBOL) != NULL)
- { EPRINTF(EPLACE,"%s: Two or more occurences of %c-sign in source name '%s'\n",
+ { EPRINTF(EPLACE,"%s: Two or more occurrences of %c-sign in source name '%s'\n",
Prog_Name,BLOCK_SYMBOL,root);
goto error;
}
diff --git a/LAsplit.c b/LAsplit.c
index 966a0ff..e060528 100644
--- a/LAsplit.c
+++ b/LAsplit.c
@@ -105,7 +105,7 @@ int main(int argc, char *argv[])
exit (1);
}
if (index(root2+1,BLOCK_SYMBOL) != NULL)
- { fprintf(stderr,"%s: Two or more occurences of %c-sign in source name '%s'\n",
+ { fprintf(stderr,"%s: Two or more occurrences of %c-sign in source name '%s'\n",
Prog_Name,BLOCK_SYMBOL,root);
exit (1);
}
diff --git a/daligner.c b/daligner.c
index 67fc16c..c1fbfce 100644
--- a/daligner.c
+++ b/daligner.c
@@ -531,7 +531,7 @@ int main(int argc, char *argv[])
ARG_POSITIVE(HIT_MIN,"Hit threshold (in bp.s)")
break;
case 't':
- ARG_POSITIVE(MAX_REPS,"Tuple supression frequency")
+ ARG_POSITIVE(MAX_REPS,"Tuple suppression frequency")
break;
case 'H':
ARG_POSITIVE(HGAP_MIN,"HGAP threshold (in bp.s)")
diff --git a/lsd.sort.c b/lsd.sort.c
index 1c98f75..87d258a 100644
--- a/lsd.sort.c
+++ b/lsd.sort.c
@@ -55,7 +55,7 @@ typedef struct
int64 thresh[256]; // If check then multiple of LEX_zdiv to check for thread assignment
int64 tptr[256]; // Finger for each 8-bit value
int64 *sptr; // Conceptually [256][NTHREADS]. At end of sorting pass
- } Lex_Arg; // sprtr[b][n] = # of occurences of value b in rangd of
+ } Lex_Arg; // sprtr[b][n] = # of occurrences of value b in rangd of
// thread n for the *next* pass
// Threaded sorting pass