SHERLOCK: Correct spelling mistake

neccessary -> necessary
This commit is contained in:
Hubert Maier 2022-10-27 12:41:41 +02:00 committed by Eugene Sandulenko
parent 94e8cb6e63
commit b72583f61d
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -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());
}