From 1057db98dba8e6345dfbafd53cf5521b208d8228 Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Thu, 22 May 2025 11:04:10 +0200 Subject: [PATCH] Typo in ViewProviderGeometryObject.cpp (#21517) appearrance -> appearance --- src/Gui/ViewProviderGeometryObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/ViewProviderGeometryObject.cpp b/src/Gui/ViewProviderGeometryObject.cpp index 73889f5e5c..e297ee2f2b 100644 --- a/src/Gui/ViewProviderGeometryObject.cpp +++ b/src/Gui/ViewProviderGeometryObject.cpp @@ -74,7 +74,7 @@ ViewProviderGeometryObject::ViewProviderGeometryObject() "Set object transparency"); Transparency.setConstraints(&intPercent); - ADD_PROPERTY_TYPE(ShapeAppearance, (mat), osgroup, App::Prop_None, "Shape appearrance"); + ADD_PROPERTY_TYPE(ShapeAppearance, (mat), osgroup, App::Prop_None, "Shape appearance"); ADD_PROPERTY_TYPE(BoundingBox, (false), dogroup, App::Prop_None, "Display object bounding box"); ADD_PROPERTY_TYPE(Selectable, (true),