Skip to content

Commit bd705a7

Browse files
committed
grammar fix
1 parent 7aa2ce4 commit bd705a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/test/testutils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ void TestUtils::testMapLayerFromName()
311311
QgsProject *project = new QgsProject();
312312
QCOMPARE( InputUtils::mapLayerFromName( "", project ), static_cast<QgsMapLayer *>( nullptr ) );
313313

314-
// ddd a named layer to project and check => should succeed
314+
// added a named layer to project and check => should succeed
315315
QgsVectorLayer *layer = new QgsVectorLayer( "Point?crs=EPSG:4326", "MyTestLayer", "memory" );
316316
QVERIFY( layer->isValid() );
317317
project->addMapLayer( layer );

0 commit comments

Comments
 (0)