From ba17b99cfb36fb2644152620d05822d355ba6749 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Mon, 10 Jul 2017 14:49:17 -0400 Subject: [PATCH] typo fix --- src/Gui/ViewProviderGeoFeatureGroupExtension.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/ViewProviderGeoFeatureGroupExtension.cpp b/src/Gui/ViewProviderGeoFeatureGroupExtension.cpp index 2bd94aa84b..1ea1f12763 100644 --- a/src/Gui/ViewProviderGeoFeatureGroupExtension.cpp +++ b/src/Gui/ViewProviderGeoFeatureGroupExtension.cpp @@ -68,7 +68,7 @@ std::vector ViewProviderGeoFeatureGroupExtension::extensio std::vector ViewProviderGeoFeatureGroupExtension::extensionClaimChildren(void) const { - //we must be carefull which objects to claim, as there might be stacked relations inside the coordinate system, + //we must be careful which objects to claim, as there might be stacked relations inside the coordinate system, //like pad/sketch auto* ext = getExtendedViewProvider()->getObject()->getExtensionByType(); if(ext) {