[gardening] Fix 67 recently introduced typos

This commit is contained in:
practicalswift
2016-09-16 10:57:47 +02:00
parent dccf8e0dfc
commit b19481f887
39 changed files with 67 additions and 67 deletions

View File

@@ -623,7 +623,7 @@ private:
if (Info.ID == diag::init_not_instance_member.ID)
return false;
// Renaming enum cases interacts poorly with the swift migrator by
// reverting changes made by the mgirator.
// reverting changes made by the migrator.
if (Info.ID == diag::could_not_find_enum_case.ID)
return false;