Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor

Fix typos found by codespell.
This commit is contained in:
kennytm
2018-08-21 01:20:25 +08:00
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,
}