Skip to content

Commit 9db6d94

Browse files
committedJul 30, 2018
Typo
1 parent 6e09175 commit 9db6d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsexpressionparser.yy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ void exp_error(YYLTYPE* yyloc,expression_parser_context* parser_ctx, const char*
398398
error.errorMsg = msg;
399399
error.errorType = parser_ctx->currentErrorType;
400400
parser_ctx->parserErrors.append(error);
401-
// Reest the current error type for the next error.
401+
// Reset the current error type for the next error.
402402
parser_ctx->currentErrorType = QgsExpression::ParserError::Unknown;
403403

404404
parser_ctx->errorMsg = parser_ctx->errorMsg + "\n" + msg;

0 commit comments

Comments
 (0)
Please sign in to comment.