summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/manifest_parser.h2
1 files changed, 1 insertions, 1 deletions
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_;