summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Mollier <emollier@debian.org>2023-07-20 11:10:34 +0200
committerÉtienne Mollier <emollier@debian.org>2023-07-20 11:10:34 +0200
commit869516afec06fa4e8caa44dcec45cd37818fd33e (patch)
treec7a8f4781c96b3a70dfaf9877c8352297fcde1ee
parentab82dc0aec709b10e19a8b2deff9f2d04bdd9b7c (diff)
fix a couple of typos caught by lintian.
Forwarded: no Last-Update: 2023-07-20 Last-Update: 2023-07-20 Gbp-Pq: Name typos.patch
-rw-r--r--DB.c4
-rw-r--r--LAsplit.c2
-rw-r--r--ONE2LA.c2
-rw-r--r--QV.c2
-rw-r--r--daligner.c2
-rw-r--r--lsd.sort.c2
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 @@ error:
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