Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 21, 2021
1 parent 77b8982 commit d2de766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/analysis/testqgsgcptransformer.cpp
Expand Up @@ -1528,7 +1528,7 @@ class TestQgsGcpTransformer : public QObject


// geometry transformer
void testGeometryTransfomer()
void testGeometryTransformer()
{
QgsGcpGeometryTransformer transformer( QgsGcpTransformerInterface::TransformMethod::Projective,
QVector< QgsPointXY >() << QgsPointXY( 288, 1126 )
Expand Down

0 comments on commit d2de766

Please sign in to comment.