From 9aadcbf5aaf258c3dbfc3228f61a70244ee84e06 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 4 May 2026 14:05:11 +0200 Subject: [PATCH] Update spell-checker ignore list in sort.rs --- src/uu/sort/src/sort.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/sort/src/sort.rs b/src/uu/sort/src/sort.rs index 7609394d4..e7ece1e15 100644 --- a/src/uu/sort/src/sort.rs +++ b/src/uu/sort/src/sort.rs @@ -8,7 +8,7 @@ // https://www.gnu.org/software/coreutils/manual/html_node/sort-invocation.html // spell-checker:ignore (misc) HFKJFK Mbdfhn getrlimit RLIMIT_NOFILE rlim bigdecimal extendedbigdecimal hexdigit behaviour keydef GETFD localeconv foldhash -// spell-checker:ignore (misc) uppercased qsort getmonth juin juil +// spell-checker:ignore (misc) uppercased qsort getmonth juin juil Nofile mod buffer_hint; mod check;