Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shifu Chen authored and Shifu Chen committed Jul 3, 2024
1 parent 7a2ba61 commit f386e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ int main(int argc, char* argv[]){
|| cmd.exist("cut_front_window_size") || cmd.exist("cut_front_mean_quality")
|| cmd.exist("cut_tail_window_size") || cmd.exist("cut_tail_mean_quality")
|| cmd.exist("cut_right_window_size") || cmd.exist("cut_right_mean_quality"))
cerr << "WARNING: you specified the options for cutting by quality, but forogt to enable any of cut_front/cut_tail/cut_right. This will have no effect." << endl;
cerr << "WARNING: you specified the options for cutting by quality, but forgot to enable any of cut_front/cut_tail/cut_right. This will have no effect." << endl;
}

// quality filtering
Expand Down

0 comments on commit f386e70

Please sign in to comment.