Skip to content

Commit

Permalink
PD: Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chennes committed May 21, 2022
1 parent 469c36e commit e1f2685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/PartDesign/Gui/ViewProviderFillet.h
Expand Up @@ -38,7 +38,7 @@ class PartDesignGuiExport ViewProviderFillet : public ViewProviderDressUp
/// constructor
ViewProviderFillet()
{ sPixmap = "PartDesign_Fillet.svg";
menuName = tr("Fillet parrameters"); }
menuName = tr("Fillet parameters"); }

/// return "Fillet"
virtual const std::string & featureName() const;
Expand Down

0 comments on commit e1f2685

Please sign in to comment.