aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/gfx_res_options.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2009-02-15 20:40:49 +0000
committerWillem Jan Palenstijn2009-02-15 20:40:49 +0000
commitb484e828214db53176403a425c5b26065ce762af (patch)
tree5a570dee4c3ba8736cd97a4278debdb1ec0a7abf /engines/sci/include/gfx_res_options.h
parent3d5b349b7c881c6b208ceff7b0960a5a324b561c (diff)
downloadscummvm-rg350-b484e828214db53176403a425c5b26065ce762af.tar.gz
scummvm-rg350-b484e828214db53176403a425c5b26065ce762af.tar.bz2
scummvm-rg350-b484e828214db53176403a425c5b26065ce762af.zip
retreive->retrieve
svn-id: r38296
Diffstat (limited to 'engines/sci/include/gfx_res_options.h')
-rw-r--r--engines/sci/include/gfx_res_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/include/gfx_res_options.h b/engines/sci/include/gfx_res_options.h
index 8e3149368f..de0fc0b86e 100644
--- a/engines/sci/include/gfx_res_options.h
+++ b/engines/sci/include/gfx_res_options.h
@@ -72,7 +72,7 @@ typedef struct {
short type; /* GFX_RES_ASSIGN_TYPE_* */
union {
- byte factor[3]; /* divide by 16 to retreive factor */
+ byte factor[3]; /* divide by 16 to retrieve factor */
} mod;
} gfx_res_mod_t;