mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Fix recently introduced typo: "correctlly" → "correctly"
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user