ManifestParser: Fix typo {expectd => expected}

This commit is contained in:
Brad King 2019-04-18 08:06:37 -04:00
parent 71b9648932
commit 215a190a57

View File

@ -73,7 +73,7 @@ private:
bool ParseFileInclude(bool new_scope, string* err);
/// If the next token is not \a expected, produce an error string
/// saying "expectd foo, got bar".
/// saying "expected foo, got bar".
bool ExpectToken(Lexer::Token expected, string* err);
State* state_;