1
Fork 0

Fix spelling errors.

This commit is contained in:
Joseph Crail 2014-07-02 21:27:07 -04:00 committed by Alex Crichton
parent 8297edd549
commit e3fa23bcb6
29 changed files with 36 additions and 36 deletions

View file

@ -834,7 +834,7 @@ impl<'a> MethodDef<'a> {
generic `deriving`");
}
// `ref` inside let matches is buggy. Causes havoc wih rusc.
// `ref` inside let matches is buggy. Causes havoc with rusc.
// let (variant_index, ref self_vec) = matches_so_far[0];
let (variant, self_vec) = match matches_so_far.get(0) {
&(_, v, ref s) => (v, s)