about summary refs log tree commit diff
diff options
context:
space:
mode:
authorwhodi <whodi@pop-os.localdomain>2022-04-15 15:20:54 -0400
committerManish Goregaokar <manishsmail@gmail.com>2022-04-15 14:19:01 -0700
commit73b7cb9c49cfa505da6e809453a1556df0b0d67b (patch)
treefd06f869c1e883df542daebfdbfffef3d961c00f
parent2be7ad5b39b182e7e2ce6cbe2c49a259288cd464 (diff)
downloadrust-73b7cb9c49cfa505da6e809453a1556df0b0d67b.tar.gz
rust-73b7cb9c49cfa505da6e809453a1556df0b0d67b.zip
shound -> should
-rw-r--r--lintcheck/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lintcheck/src/main.rs b/lintcheck/src/main.rs
index 16cf728e3cb..491527c95f8 100644
--- a/lintcheck/src/main.rs
+++ b/lintcheck/src/main.rs
@@ -393,7 +393,7 @@ struct LintcheckConfig {
     lintcheck_results_path: PathBuf,
     /// whether to just run --fix and not collect all the warnings
     fix: bool,
-    /// A list of lint that this lintcheck run shound focus on
+    /// A list of lints that this lintcheck run should focus on
     lint_filter: Vec<String>,
     /// Indicate if the output should support markdown syntax
     markdown: bool,