refactor: fix some spelling mistakes (#6196)

This commit is contained in:
pajlada
2025-05-10 13:33:52 +02:00
committed by GitHub
parent dd85fb09ad
commit dec42b38a6
16 changed files with 60 additions and 59 deletions
+2 -2
View File
@@ -15,11 +15,11 @@ public:
{
if (this->vertical_)
{
this->setScaleIndependantWidth(8);
this->setScaleIndependentWidth(8);
}
else
{
this->setScaleIndependantHeight(8);
this->setScaleIndependentHeight(8);
}
}