Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 30, 2018
1 parent 6e09175 commit 9db6d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsexpressionparser.yy
Expand Up @@ -398,7 +398,7 @@ void exp_error(YYLTYPE* yyloc,expression_parser_context* parser_ctx, const char*
error.errorMsg = msg;
error.errorType = parser_ctx->currentErrorType;
parser_ctx->parserErrors.append(error);
// Reest the current error type for the next error.
// Reset the current error type for the next error.
parser_ctx->currentErrorType = QgsExpression::ParserError::Unknown;

parser_ctx->errorMsg = parser_ctx->errorMsg + "\n" + msg;
Expand Down

0 comments on commit 9db6d94

Please sign in to comment.