We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6f446 commit 9cbff3aCopy full SHA for 9cbff3a
src/core/expression/qgsexpressionfunction.cpp
@@ -4360,7 +4360,7 @@ const QList<QgsExpressionFunction *> &QgsExpression::Functions()
4360
}
4361
else
4362
{
4363
- parent->setEvalErrorString( tr( "represent_value must be called with exaactly 1 or 2 parameters." ) );
+ parent->setEvalErrorString( tr( "represent_value must be called with exactly 1 or 2 parameters." ) );
4364
return false;
4365
4366
0 commit comments