From 4f87cee0a079c80b11d12d5deb4eb27c4fe65368 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 21 Feb 2022 10:29:03 +0100 Subject: [PATCH] fix typo --- src/app/maptools/qgsmaptoolshaperegularpolygoncentercorner.cpp | 2 +- src/app/maptools/qgsmaptoolshaperegularpolygoncenterpoint.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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