aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/files.h')
-rw-r--r--engines/voyeur/files.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h
index f2fd918aba..8c5f5d985f 100644
--- a/engines/voyeur/files.h
+++ b/engines/voyeur/files.h
@@ -332,7 +332,7 @@ public:
byte *_field30;
// Rect lists and counts. Note that _rectListCount values of '-1' seem to have
- // special significance, which is why I'm not making them redundant in favour
+ // special significance, which is why I'm not making them redundant in favor
// of the arrays' .size() method
Common::Array<Common::Rect> *_rectListPtr[3];
int _rectListCount[3];
@@ -390,7 +390,7 @@ public:
virtual ~FontResource();
};
-enum FontJustify { ALIGN_LEFT = 0, ALIGN_CENTRE = 1, ALIGN_RIGHT = 2 };
+enum FontJustify { ALIGN_LEFT = 0, ALIGN_CENTER = 1, ALIGN_RIGHT = 2 };
class FontInfoResource {
public: