mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
fix a typo
This commit is contained in:
parent
c69b72c840
commit
ece5e14b0d
1 changed files with 1 additions and 1 deletions
|
@ -1616,7 +1616,7 @@ fn display_file_name(path: &PathData, strip: Option<&Path>, config: &Config) ->
|
|||
}
|
||||
}
|
||||
|
||||
// We need to keep track of the width ourselfs instead of letting term_grid
|
||||
// We need to keep track of the width ourselves instead of letting term_grid
|
||||
// infer it because the color codes mess up term_grid's width calculation.
|
||||
let mut width = name.width();
|
||||
|
||||
|
|
Loading…
Reference in a new issue