[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:
Kosuke Ogawa
2017-07-29 02:14:21 +09:00
committed by Robert Widmann
parent fa2f2bd457
commit 2a18723b55
8 changed files with 10 additions and 10 deletions

View File

@@ -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);
}