Skip to content

Commit

Permalink
Fix typo seperate => separate
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Oct 18, 2015
1 parent 6992445 commit 6acc969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ print_help(void)
fprintf(stderr, "must be. Likewise for a reverse/interleaved input. If either\n");
fprintf(stderr, "forward and/or reverse reads are given, interleaved input\n");
fprintf(stderr, "cannot be. However, one can input interleaved paired reads\n");
fprintf(stderr, "and output seperate forwards and reverse reads, and vice versa.\n");
fprintf(stderr, "and output separate forwards and reverse reads, and vice versa.\n");
fprintf(stderr, "\n");
fprintf(stderr, "The barcode file is a tab-seperated tabular file with an\n");
fprintf(stderr, "The barcode file is a tab-separated tabular file with an\n");
fprintf(stderr, "optional header, and has two alternative formats. The standard\n");
fprintf(stderr, "form (see below) is expected unless --combinatorial is given.\n");
fprintf(stderr, "\n");
Expand Down

0 comments on commit 6acc969

Please sign in to comment.