Skip to content

Commit b5a61aa

Browse files
committed
fix typo
1 parent bb58dc8 commit b5a61aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lintcheck/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ fn parse_json_message(json_message: &str, krate: &Crate) -> ClippyWarning {
563563
}
564564
}
565565

566-
/// Generate a short list of occuring lints-types and their count
566+
/// Generate a short list of occurring lints-types and their count
567567
fn gather_stats(clippy_warnings: &[ClippyWarning]) -> (String, HashMap<&String, usize>) {
568568
// count lint type occurrences
569569
let mut counter: HashMap<&String, usize> = HashMap::new();
@@ -718,7 +718,7 @@ pub fn main() {
718718
// quarter of the time which might result in a longer wall clock runtime
719719

720720
// This helps when we check many small crates with dep-trees that don't have a lot of branches in
721-
// order to achive some kind of parallelism
721+
// order to achieve some kind of parallelism
722722

723723
// by default, use a single thread
724724
let num_cpus = config.max_jobs;

0 commit comments

Comments
 (0)