From 3d42454ebc52578a8e797a15fc56bbb736fefc48 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 30 May 2021 18:38:16 -0500 Subject: [PATCH] refactor/users ~ polish spelling (comments, names, and exceptions) --- src/uu/users/src/users.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uu/users/src/users.rs b/src/uu/users/src/users.rs index 99e06c1af..664ff55f3 100644 --- a/src/uu/users/src/users.rs +++ b/src/uu/users/src/users.rs @@ -6,6 +6,8 @@ // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. +// spell-checker:ignore (paths) wtmp + #[macro_use] extern crate uucore;