Skip to content

Commit ed40e52

Browse files
author
g_j_m
committedFeb 28, 2007
Fix a spelling mistake
git-svn-id: http://svn.osgeo.org/qgis/trunk@6727 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 617ee8c commit ed40e52

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.