diff --git a/src/app/maptools/qgsmaptoolshaperegularpolygoncentercorner.cpp b/src/app/maptools/qgsmaptoolshaperegularpolygoncentercorner.cpp index f55d07abb6e..4d2c516aa78 100644 --- a/src/app/maptools/qgsmaptoolshaperegularpolygoncentercorner.cpp +++ b/src/app/maptools/qgsmaptoolshaperegularpolygoncentercorner.cpp @@ -41,7 +41,7 @@ QIcon QgsMapToolShapeRegularPolygonCenterCornerMetadata::icon() const QgsMapToolShapeAbstract::ShapeCategory QgsMapToolShapeRegularPolygonCenterCornerMetadata::category() const { - return QgsMapToolShapeAbstract::ShapeCategory::RegularyPolygon; + return QgsMapToolShapeAbstract::ShapeCategory::RegularPolygon; } QgsMapToolShapeAbstract *QgsMapToolShapeRegularPolygonCenterCornerMetadata::factory( QgsMapToolCapture *parentTool ) const diff --git a/src/app/maptools/qgsmaptoolshaperegularpolygoncenterpoint.cpp b/src/app/maptools/qgsmaptoolshaperegularpolygoncenterpoint.cpp index ffe7448486d..301a75a0522 100644 --- a/src/app/maptools/qgsmaptoolshaperegularpolygoncenterpoint.cpp +++ b/src/app/maptools/qgsmaptoolshaperegularpolygoncenterpoint.cpp @@ -41,7 +41,7 @@ QIcon QgsMapToolShapeRegularPolygonCenterPointMetadata::icon() const QgsMapToolShapeAbstract::ShapeCategory QgsMapToolShapeRegularPolygonCenterPointMetadata::category() const { - return QgsMapToolShapeAbstract::ShapeCategory::RegularyPolygon; + return QgsMapToolShapeAbstract::ShapeCategory::RegularPolygon; } QgsMapToolShapeAbstract *QgsMapToolShapeRegularPolygonCenterPointMetadata::factory( QgsMapToolCapture *parentTool ) const