From 6b4d0779fe69105424314d524b2aa04f0910018f Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 11 Jul 2024 09:35:47 +0200 Subject: [PATCH] uucore/proc_info: ignore spelling of some words --- src/uucore/src/lib/features/proc_info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uucore/src/lib/features/proc_info.rs b/src/uucore/src/lib/features/proc_info.rs index d46284845..27d93658e 100644 --- a/src/uucore/src/lib/features/proc_info.rs +++ b/src/uucore/src/lib/features/proc_info.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore exitstatus cmdline kworker +// spell-checker:ignore exitstatus cmdline kworker pgrep pwait snice //! Set of functions to manage IDs //!