Skip to content

Commit

Permalink
addendum to #248: fix a tiny typo in comment (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikjuvonen authored and Justus H committed Jul 22, 2018
1 parent 7519b14 commit d34dd97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5578,7 +5578,7 @@ void CStaticFunctionDefinitions::GUIMemoSetVerticalScrollPosition(CClientEntity&
{
CClientGUIElement& GUIElement = static_cast<CClientGUIElement&>(Entity);

// Are we a gridlist?
// Are we a memo?
if (IS_CGUIELEMENT_MEMO(&GUIElement))
{
CGUIMemo* guiMemo = static_cast<CGUIMemo*>(GUIElement.GetCGUIElement());
Expand Down

0 comments on commit d34dd97

Please sign in to comment.