Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DB.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion LAsplit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
2 changes: 1 addition & 1 deletion ONE2LA.c
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion QV.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion daligner.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)")
Expand Down
2 changes: 1 addition & 1 deletion lsd.sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down