From 22a732702181774b89b43443b6769cc65898495c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Mollier?= Date: Sat, 30 Dec 2023 11:36:43 +0100 Subject: [PATCH] fix typos caught by Debian linter "lintian" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Étienne Mollier --- DB.c | 4 ++-- LAsplit.c | 2 +- ONE2LA.c | 2 +- QV.c | 2 +- daligner.c | 2 +- lsd.sort.c | 2 +- 6 files changed, 7 insertions(+), 7 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/ONE2LA.c b/ONE2LA.c index 77b4bae..4581433 100644 --- a/ONE2LA.c +++ b/ONE2LA.c @@ -152,7 +152,7 @@ int main(int argc, char *argv[]) { t = oneReadLine(file1); if (t == 0) - { fprintf(stderr,"ONE2LA: Pile object not followed by sufficient auxilliary lines\n"); + { fprintf(stderr,"ONE2LA: Pile object not followed by sufficient auxiliary lines\n"); exit (1); } if (has[t] > 0 && t != 'T' && t != 'Q') diff --git a/QV.c b/QV.c index d7d7263..723afbf 100644 --- a/QV.c +++ b/QV.c @@ -1319,7 +1319,7 @@ QVcoding *Read_QVcoding(FILE *input) EXIT(NULL); } - // Free all the auxilliary storage associated with the encoding argument + // Free all the auxiliary storage associated with the encoding argument void Free_QVcoding(QVcoding *coding) { if (coding->subChar >= 0) 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