Skip to content

Commit d34dd97

Browse files
patrikjuvonenJustus H
authored andcommitted
addendum to #248: fix a tiny typo in comment (#249)
1 parent 7519b14 commit d34dd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/CStaticFunctionDefinitions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5578,7 +5578,7 @@ void CStaticFunctionDefinitions::GUIMemoSetVerticalScrollPosition(CClientEntity&
55785578
{
55795579
CClientGUIElement& GUIElement = static_cast<CClientGUIElement&>(Entity);
55805580

5581-
// Are we a gridlist?
5581+
// Are we a memo?
55825582
if (IS_CGUIELEMENT_MEMO(&GUIElement))
55835583
{
55845584
CGUIMemo* guiMemo = static_cast<CGUIMemo*>(GUIElement.GetCGUIElement());

0 commit comments

Comments
 (0)