From c8748022854904833a65939e4860a7eeed10fc42 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 5 Jun 2022 09:32:24 +0200 Subject: [PATCH] Add a word to the spell ignore list --- src/uu/mktemp/src/mktemp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/mktemp/src/mktemp.rs b/src/uu/mktemp/src/mktemp.rs index e3f81199d..78e36874e 100644 --- a/src/uu/mktemp/src/mktemp.rs +++ b/src/uu/mktemp/src/mktemp.rs @@ -6,7 +6,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore (paths) GPGHome +// spell-checker:ignore (paths) GPGHome findxs use clap::{crate_version, Arg, ArgMatches, Command}; use uucore::display::{println_verbatim, Quotable};