[Scummvm-git-logs] scummvm master -> 1273fb34dee680460ebae5e5a111e8001fc5846b
bluegr
noreply at scummvm.org
Sun Oct 9 20:40:54 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
1273fb34de JANITORIAL: Adjust comment: SaveFileMAnager -> SaveFileManager
Commit: 1273fb34dee680460ebae5e5a111e8001fc5846b
https://github.com/scummvm/scummvm/commit/1273fb34dee680460ebae5e5a111e8001fc5846b
Author: Daniel Abramowitz (dannyross at gmail.com)
Date: 2022-10-09T23:40:49+03:00
Commit Message:
JANITORIAL: Adjust comment: SaveFileMAnager -> SaveFileManager
Changed paths:
engines/engine.h
diff --git a/engines/engine.h b/engines/engine.h
index 5fb6b6f8195..1824d5dbe81 100644
--- a/engines/engine.h
+++ b/engines/engine.h
@@ -154,7 +154,7 @@ protected:
*/
Common::EventManager *_eventMan;
/**
- * The SaveFileMAnager used by the engine.
+ * The SaveFileManager used by the engine.
*/
Common::SaveFileManager *_saveFileMan;
More information about the Scummvm-git-logs
mailing list