Skip to content

Commit

Permalink
Merge pull request #484 from B0r1sD/master
Browse files Browse the repository at this point in the history
Typo correction in options.cpp
  • Loading branch information
sfchen committed May 13, 2023
2 parents 2d6e5f2 + 282feb0 commit dd3f2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.cpp
Expand Up @@ -185,7 +185,7 @@ bool Options::validate() {
if(!out1.empty()) {
//check_file_writable(out1);
if(out1 == out2) {
error_exit("read1 output (--out1) and read1 output (--out2) should be different");
error_exit("read1 output (--out1) and read2 output (--out2) should be different");
}
if(dontOverwrite && file_exists(out1)) {
error_exit(out1 + " already exists and you have set to not rewrite output files by --dont_overwrite");
Expand Down

0 comments on commit dd3f2a0

Please sign in to comment.