mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Fix typos (#11245)
* [Gardening] Fix typo: getTopLeveDecls -> getTopLevelDecls
* [Gardening] Fix typo: silModue -> silModule
* [Gardening] Fix typo: Evaludate -> Evaluate
* [Gardening] Fix typo: OptioanlPayload -> OptionalPayload
* [Gardening] Fix typo: confromance -> conformance
* [Gardening] Fix typos
* [Gardening] Fix typo: tpye -> type
* [Gardening] Fix typo: resoved -> resolved
* [Gardening] Fix typo: ahve -> have
* Revert "[Gardening] Fix typo: silModue -> silModule"
This reverts commit ed8c4d0b71.
This commit is contained in:
committed by
Robert Widmann
parent
fa2f2bd457
commit
2a18723b55
@@ -583,7 +583,7 @@ ParserResult<IfConfigDecl> Parser::parseIfConfig(
|
||||
isActive = false;
|
||||
isVersionCondition = false;
|
||||
} else if (!foundActive) {
|
||||
// Evaludate the condition only if we haven't found any active one.
|
||||
// Evaluate the condition only if we haven't found any active one.
|
||||
isActive = evaluateIfConfigCondition(Condition, Context);
|
||||
isVersionCondition = isVersionIfConfigCondition(Condition);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user