We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d82ce8 commit fb47dd9Copy full SHA for fb47dd9
src/core/qgsvectorlayerutils.cpp
@@ -568,7 +568,7 @@ const QgsFeatureList QgsVectorLayerUtils::makeFeatureCompatible( const QgsFeatur
568
QgsFeature newF( feature );
569
// Fix attributes
570
QgsVectorLayerUtils::matchAttributesToFields( newF, layer.fields( ) );
571
- // Does geometry need tranformations?
+ // Does geometry need transformations?
572
QgsWkbTypes::GeometryType newFGeomType( QgsWkbTypes::geometryType( newF.geometry().wkbType() ) );
573
bool newFHasGeom = newFGeomType !=
574
QgsWkbTypes::GeometryType::UnknownGeometry &&
0 commit comments