Fix typos found by codespell.

This commit is contained in:
Matthias Krüger
2018-08-19 15:30:23 +02:00
parent a9fe312b98
commit 71120ef1e5
99 changed files with 130 additions and 130 deletions

View File

@@ -117,7 +117,7 @@ struct Context<'a, 'b: 'a> {
invalid_refs: Vec<(usize, usize)>,
/// Spans of all the formatting arguments, in order.
arg_spans: Vec<Span>,
/// Wether this formatting string is a literal or it comes from a macro.
/// Whether this formatting string is a literal or it comes from a macro.
is_literal: bool,
}