diff options
Diffstat (limited to 'engines/voyeur/files.h')
-rw-r--r-- | engines/voyeur/files.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h index 476014815a..0e5be690f2 100644 --- a/engines/voyeur/files.h +++ b/engines/voyeur/files.h @@ -587,7 +587,7 @@ public: virtual ~ThreadResource() {} /** - * Initialise the thread + * Initialize the thread */ void initThreadStruct(int idx, int id); @@ -607,7 +607,7 @@ public: bool goToState(int stackId, int stateId); /** - * Initialises data for the thread based on the current state + * Initializes data for the thread based on the current state */ bool doState(); |