diff --git a/src/uu/base32/src/base_common.rs b/src/uu/base32/src/base_common.rs index d7f7a9ce9f4..4aac3023dce 100644 --- a/src/uu/base32/src/base_common.rs +++ b/src/uu/base32/src/base_common.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 hexupper lsbf msbf unpadded nopad aGVsbG8sIHdvcmxkIQ +// spell-checker:ignore hexupper lsbf msbf unpadded nopad aGVsbG8sIHdvcmxkIQ hellohello use clap::{Arg, ArgAction, Command}; use std::ffi::OsString;