diff options
author | Johannes Schickel | 2007-03-24 23:35:48 +0000 |
---|---|---|
committer | Johannes Schickel | 2007-03-24 23:35:48 +0000 |
commit | 7909c312bdef64b06edb9c46bf7f141a5e60f4af (patch) | |
tree | e65b8ece2fe7b33f2c6f0e06cdfe5cf175b35e2d | |
parent | 26db2f4da533c91e40a0d7f1064c577fb2d6ad69 (diff) | |
download | scummvm-rg350-7909c312bdef64b06edb9c46bf7f141a5e60f4af.tar.gz scummvm-rg350-7909c312bdef64b06edb9c46bf7f141a5e60f4af.tar.bz2 scummvm-rg350-7909c312bdef64b06edb9c46bf7f141a5e60f4af.zip |
Corrected some c&p error in the documentation.
svn-id: r26298
-rw-r--r-- | common/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index 09249e7acd..4f2f1c37fe 100644 --- a/common/system.h +++ b/common/system.h @@ -854,7 +854,7 @@ public: /** * Return the SaveFileManager, used to store and load savestates * and other modifiable persistent game data. For more information, - * refer to the TimerManager documentation. + * refer to the SaveFileManager documentation. */ virtual Common::SaveFileManager *getSavefileManager() = 0; |