aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-01-06 11:52:12 +0000
committerMax Horn2004-01-06 11:52:12 +0000
commit01c29eabf3a56e70a1262281f8435e1c5887163e (patch)
treed4d32781426c6e4115691e4a787e2a6b93a61e56 /scumm
parente34d7b6c41054fb1093a1967639d2a328eabd5f8 (diff)
downloadscummvm-rg350-01c29eabf3a56e70a1262281f8435e1c5887163e.tar.gz
scummvm-rg350-01c29eabf3a56e70a1262281f8435e1c5887163e.tar.bz2
scummvm-rg350-01c29eabf3a56e70a1262281f8435e1c5887163e.zip
typo
svn-id: r12170
Diffstat (limited to 'scumm')
-rw-r--r--scumm/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index 0f381ef3bb..eda59d2829 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -80,7 +80,7 @@ enum VirtScreenNumber {
*/
struct VirtScreen {
/**
- * The unique id of this screen (correponds to its position in the
+ * The unique id of this screen (corresponds to its position in the
* ScummEngine:virtscr array).
*/
VirtScreenNumber number;