1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Typo in comment

This commit is contained in:
Samuel Ainsworth 2021-05-04 15:28:46 -07:00 committed by Sylvestre Ledru
parent bacad8ed93
commit 2ff9cc6570

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 // If we didn't write anything we should clean up the empty file, and
// break from the loop. // break from the loop.
if bytes_consumed == 0 { 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... // Complicated, I know...
if settings.filter.is_none() { if settings.filter.is_none() {
remove_file(filename) remove_file(filename)