diff --git a/src/uu/ls/src/ls.rs b/src/uu/ls/src/ls.rs index 6b87a21c4..3903baba9 100644 --- a/src/uu/ls/src/ls.rs +++ b/src/uu/ls/src/ls.rs @@ -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();