Skip to content

Commit

Permalink
Fix a spelling mistake
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6727 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Feb 28, 2007
1 parent 34431bf commit 5d8ef9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgssearchtreenode.cpp
Expand Up @@ -249,7 +249,7 @@ bool QgsSearchTreeNode::checkAgainst(const QgsAttributeMap& attributes)
// in what format should they be?
if (value1.isNumeric() || value2.isNumeric())
{
mError = QObject::tr("Regular expressions on numeric values don't make sense. Use comparison insted.");
mError = QObject::tr("Regular expressions on numeric values don't make sense. Use comparison instead.");
return false;
}

Expand Down

0 comments on commit 5d8ef9b

Please sign in to comment.