diff options
author | Max Horn | 2007-02-25 18:26:33 +0000 |
---|---|---|
committer | Max Horn | 2007-02-25 18:26:33 +0000 |
commit | 7287ce2a4c478a1faa2a213a8d6d974797729353 (patch) | |
tree | bc8b33db16fb56a11650e7284a68ff8262bb78d5 | |
parent | 4a9e7acc2860413744169402940f9f96fcbd2fc2 (diff) | |
download | scummvm-rg350-7287ce2a4c478a1faa2a213a8d6d974797729353.tar.gz scummvm-rg350-7287ce2a4c478a1faa2a213a8d6d974797729353.tar.bz2 scummvm-rg350-7287ce2a4c478a1faa2a213a8d6d974797729353.zip |
Typo
svn-id: r25858
-rw-r--r-- | common/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.h b/common/file.h index af74bd26de..13102a7bcb 100644 --- a/common/file.h +++ b/common/file.h @@ -86,7 +86,7 @@ public: * This can be used to share file objects between different * parts of the code. Some systems (like Symbian don't support * it thought). It should just be used on file objects - * allocated with new, since decRef destroies the object + * allocated with new, since decRef destroys the object * with delete if the counter reaches zero. * * This is a possible candidate to be reworked in the future |