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,