From b17cac80294b15636f8d6df85666b55bd6936b32 Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Wed, 18 Apr 2018 20:14:28 +0200 Subject: JANITORIAL: Fix typos --- engines/sword25/gfx/graphicengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword25') diff --git a/engines/sword25/gfx/graphicengine.cpp b/engines/sword25/gfx/graphicengine.cpp index fd3b63aeee..e1b0d55923 100644 --- a/engines/sword25/gfx/graphicengine.cpp +++ b/engines/sword25/gfx/graphicengine.cpp @@ -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; -- cgit v1.2.3