From 48eb8d870356ebb60ce1dcf32774373a5f740b59 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 29 Dec 2024 10:20:34 +0100 Subject: [PATCH] Add procps to the spell ignore list --- 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 af5d498d2..f40847c1d 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 pgrep pwait snice +// spell-checker:ignore exitstatus cmdline kworker pgrep pwait snice procps //! Set of functions to manage IDs //!