From 3d33c309d492bf61ee7c52c0823b72c2a1b849be Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sat, 15 Jul 2017 08:21:13 -0400 Subject: [PATCH] GeoFeatureGroupExtension.h typo --- src/App/GeoFeatureGroupExtension.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/GeoFeatureGroupExtension.h b/src/App/GeoFeatureGroupExtension.h index a5b2b591ce..0a6e442b87 100644 --- a/src/App/GeoFeatureGroupExtension.h +++ b/src/App/GeoFeatureGroupExtension.h @@ -83,7 +83,7 @@ public: * system to the local coordinate system of this geo feature group. If this group has a no parent * GeoFeatureGroup the returned placement is the one of this group. For multiple stacked * GeoFeatureGroups the returned Placement is the combination of all parent placements including - * ths one of this group. + * the one of this group. * @return Base::Placement The transformation from global reference system to the groups local system */ Base::Placement globalGroupPlacement();