[gardening] Fix recently introduced typo: "correctlly" → "correctly"

This commit is contained in:
practicalswift
2016-02-20 07:28:25 +01:00
parent 9a96e412f9
commit 65e041aa2c

View File

@@ -3596,7 +3596,7 @@ class DeclGroupNameContext {
YamlGroupInputParser Parser(Path.str());
if (!Parser.parse()) {
// Get the file-name to group map if parsing correctlly.
// Get the file-name to group map if parsing correctly.
pMap = Parser.getParsedMap();
}
}