From ece5e14b0d62a52607973aaa363e3a024afd8258 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 26 Apr 2021 22:51:02 +0200 Subject: [PATCH] fix a typo --- src/uu/ls/src/ls.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();