Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 31, 2018
1 parent c625d7a commit 70fc32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/analysis/testqgsprocessing.cpp
Expand Up @@ -153,7 +153,7 @@ class DummyAlgorithm : public QgsProcessingAlgorithm
QVERIFY( addParameter( p1C ) );
QCOMPARE( parameterDefinitions().count(), 8 );

// parameterDefinition should be case insensitive, but prioritise correct case matches
// parameterDefinition should be case insensitive, but prioritize correct case matches
QCOMPARE( parameterDefinition( "p1" ), parameterDefinitions().at( 0 ) );
QCOMPARE( parameterDefinition( "P1" ), parameterDefinitions().at( 7 ) );
}
Expand Down

0 comments on commit 70fc32b

Please sign in to comment.