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:
parent
bacad8ed93
commit
2ff9cc6570
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue