Skip to content

Commit 70fc32b

Browse files
committedJan 31, 2018
Spelling
1 parent c625d7a commit 70fc32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/analysis/testqgsprocessing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class DummyAlgorithm : public QgsProcessingAlgorithm
153153
QVERIFY( addParameter( p1C ) );
154154
QCOMPARE( parameterDefinitions().count(), 8 );
155155

156-
// parameterDefinition should be case insensitive, but prioritise correct case matches
156+
// parameterDefinition should be case insensitive, but prioritize correct case matches
157157
QCOMPARE( parameterDefinition( "p1" ), parameterDefinitions().at( 0 ) );
158158
QCOMPARE( parameterDefinition( "P1" ), parameterDefinitions().at( 7 ) );
159159
}

0 commit comments

Comments
 (0)
Please sign in to comment.