Skip to content

Commit f386e70

Browse files
Shifu ChenShifu Chen
Shifu Chen
authored and
Shifu Chen
committed
fix a typo
1 parent 7a2ba61 commit f386e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ int main(int argc, char* argv[]){
319319
|| cmd.exist("cut_front_window_size") || cmd.exist("cut_front_mean_quality")
320320
|| cmd.exist("cut_tail_window_size") || cmd.exist("cut_tail_mean_quality")
321321
|| cmd.exist("cut_right_window_size") || cmd.exist("cut_right_mean_quality"))
322-
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;
322+
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;
323323
}
324324

325325
// quality filtering

0 commit comments

Comments
 (0)