From 215a190a57efddcd114658f8b24d57f58c217d88 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 18 Apr 2019 08:06:37 -0400 Subject: ManifestParser: Fix typo {expectd => expected} --- src/manifest_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest_parser.h b/src/manifest_parser.h index 2136018..76c17b0 100644 --- a/src/manifest_parser.h +++ b/src/manifest_parser.h @@ -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_; -- cgit v0.12