Update guiSplitContainer.cpp

Corrected typo.
This commit is contained in:
Areloch 2019-03-30 14:40:58 -05:00 committed by GitHub
parent 2d1ee7c5a0
commit 557ea101ec

View file

@ -631,7 +631,7 @@ void GuiSplitContainer::setSplitPoint(Point2I splitPoint)
}
DefineEngineMethod(GuiSplitContainer, setSplitPoint, void, (Point2I splitPoint), ,
"Set the positin of the split handler.")
"Set the position of the split handle.")
{
object->setSplitPoint(splitPoint);
}
}