From c65f1e96056b8d07f63bc2d016138bdd269dbb24 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 11 Nov 2019 23:27:26 -0500 Subject: spelling: occurs --- vhdlparser/ErrorHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhdlparser/ErrorHandler.h b/vhdlparser/ErrorHandler.h index d5535e8..cd63e9e 100644 --- a/vhdlparser/ErrorHandler.h +++ b/vhdlparser/ErrorHandler.h @@ -32,7 +32,7 @@ JJSimpleString addUnicodeEscapes(const JJString& str); // Called when the parser cannot continue parsing. // last - the last token successfully parsed. // unexpected - the token at which the error occurs. - // production - the production in which this error occurrs. + // production - the production in which this error occurs. virtual void handleParseError(Token *last, Token *unexpected, const JJSimpleString& production, VhdlParser *parser) { error_count++; fprintf(stderr, "Encountered: %s at: %d:%d while parsing: %s\n", addUnicodeEscapes(unexpected->image).c_str(), unexpected->beginLine, unexpected->beginColumn, production.c_str()); -- cgit v0.12