refactor: fix some spelling mistakes (#6196)
This commit is contained in:
@@ -15,11 +15,11 @@ public:
|
||||
{
|
||||
if (this->vertical_)
|
||||
{
|
||||
this->setScaleIndependantWidth(8);
|
||||
this->setScaleIndependentWidth(8);
|
||||
}
|
||||
else
|
||||
{
|
||||
this->setScaleIndependantHeight(8);
|
||||
this->setScaleIndependentHeight(8);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user