Fix various typos

This commit is contained in:
luzpaz
2023-01-20 03:02:30 +00:00
committed by Chris Hennes
parent 729685316e
commit edfc993b7f
21 changed files with 22 additions and 22 deletions

View File

@@ -91,7 +91,7 @@ App::Color PreferencesGui::sectionLineColor()
QColor PreferencesGui::sectionLineQColor()
{
//if the App::Color version has already lightened the color, we don't want to do it agin
//if the App::Color version has already lightened the color, we don't want to do it again
Base::Reference<ParameterGrp> hGrp = App::GetApplication().GetUserParameter()
.GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("Mod/TechDraw/Decorations");
App::Color fcColor;