From 4caddb6a809ba9f2ee05ed5f63e62eb36e5031c2 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Tue, 8 Jun 2021 08:35:08 +0100 Subject: [PATCH] Typo The irony of a typo in typos is not missing --- src/bin/typos-cli/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/typos-cli/args.rs b/src/bin/typos-cli/args.rs index c42f617..ce49f23 100644 --- a/src/bin/typos-cli/args.rs +++ b/src/bin/typos-cli/args.rs @@ -126,7 +126,7 @@ pub(crate) struct FileArgs { check_filenames: bool, #[structopt(long, overrides_with("check-files"))] - /// Skip verifying spelling in filess. + /// Skip verifying spelling in files. no_check_files: bool, #[structopt(long, overrides_with("no-check-files"), hidden(true))] check_files: bool,