aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2007-02-25 18:26:33 +0000
committerMax Horn2007-02-25 18:26:33 +0000
commit7287ce2a4c478a1faa2a213a8d6d974797729353 (patch)
treebc8b33db16fb56a11650e7284a68ff8262bb78d5
parent4a9e7acc2860413744169402940f9f96fcbd2fc2 (diff)
downloadscummvm-rg350-7287ce2a4c478a1faa2a213a8d6d974797729353.tar.gz
scummvm-rg350-7287ce2a4c478a1faa2a213a8d6d974797729353.tar.bz2
scummvm-rg350-7287ce2a4c478a1faa2a213a8d6d974797729353.zip
Typo
svn-id: r25858
-rw-r--r--common/file.h2
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