fix typos (found by codespell)

This commit is contained in:
Matthias Krüger
2020-07-17 01:58:41 +02:00
parent c2cb565a3e
commit 3618b97f59
15 changed files with 15 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ use rustc_session::{declare_lint_pass, declare_tool_lint};
use std::fmt::Display;
declare_clippy_lint! {
/// **What it does:** Checks for modulo arithemtic.
/// **What it does:** Checks for modulo arithmetic.
///
/// **Why is this bad?** The results of modulo (%) operation might differ
/// depending on the language, when negative numbers are involved.