mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
SHERLOCK: Correct spelling mistake
neccessary -> necessary
This commit is contained in:
parent
94e8cb6e63
commit
b72583f61d
@ -157,7 +157,7 @@ void WidgetFiles::render(FilesRenderMode mode) {
|
||||
yp += _surface.fontHeight() + 1;
|
||||
}
|
||||
|
||||
// Draw the Scrollbar if neccessary
|
||||
// Draw the Scrollbar if necessary
|
||||
if (mode != RENDER_NAMES)
|
||||
drawScrollBar(_savegameIndex, FILES_LINES_COUNT, _savegames.size());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user