Skip to content

Commit fb47dd9

Browse files
committed
Typo
1 parent 8d82ce8 commit fb47dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsvectorlayerutils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ const QgsFeatureList QgsVectorLayerUtils::makeFeatureCompatible( const QgsFeatur
568568
QgsFeature newF( feature );
569569
// Fix attributes
570570
QgsVectorLayerUtils::matchAttributesToFields( newF, layer.fields( ) );
571-
// Does geometry need tranformations?
571+
// Does geometry need transformations?
572572
QgsWkbTypes::GeometryType newFGeomType( QgsWkbTypes::geometryType( newF.geometry().wkbType() ) );
573573
bool newFHasGeom = newFGeomType !=
574574
QgsWkbTypes::GeometryType::UnknownGeometry &&

0 commit comments

Comments
 (0)