Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgssearchtreenode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ bool QgsSearchTreeNode::checkAgainst(const QgsAttributeMap& attributes)
249249
// in what format should they be?
250250
if (value1.isNumeric() || value2.isNumeric())
251251
{
252-
mError = QObject::tr("Regular expressions on numeric values don't make sense. Use comparison insted.");
252+
mError = QObject::tr("Regular expressions on numeric values don't make sense. Use comparison instead.");
253253
return false;
254254
}
255255

0 commit comments

Comments
 (0)
Please sign in to comment.