Typo in comment

This commit is contained in:
Samuel Ainsworth
2021-05-08 14:25:21 +02:00
committed by Sylvestre Ledru
parent bacad8ed93
commit 2ff9cc6570
+1 -1
View File
@@ -430,7 +430,7 @@ fn split(settings: &Settings) -> i32 {
// If we didn't write anything we should clean up the empty file, and
// break from the loop.
if bytes_consumed == 0 {
// The output file is only ever created if filter's aren't used.
// The output file is only ever created if --filter isn't used.
// Complicated, I know...
if settings.filter.is_none() {
remove_file(filename)