Skip to content

Commit

Permalink
JANITORIAL: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bonki committed Apr 18, 2018
1 parent f20015f commit b17cac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sword25/gfx/graphicengine.cpp
Expand Up @@ -362,7 +362,7 @@ void GraphicEngine::updateLastFrameDuration() {
}

bool GraphicEngine::saveThumbnailScreenshot(const Common::String &filename) {
// Note: In ScumMVM, rather than saivng the thumbnail to a file, we store it in memory
// Note: In ScummVM, rather than saving the thumbnail to a file, we store it in memory
// until needed when creating savegame files
delete _thumbnail;

Expand Down

0 comments on commit b17cac8

Please sign in to comment.