Commit cff0739e authored by Olivier Teulière's avatar Olivier Teulière

* skins/src/generic_layout.cpp: Fixed a typo in a comment

parent f35cdf2a
......@@ -232,7 +232,7 @@ void GenericLayout::refreshRect( int x, int y, int width, int height )
// Refresh the window... but do not paint on a video control!
if( iterVideo == m_controlList.end() )
{
// No video control, we can safely repain the rectangle
// No video control, we can safely repaint the rectangle
pWindow->refresh( x, y, width, height );
}
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment