diff options
author | Strangerke | 2012-06-17 18:36:23 +0200 |
---|---|---|
committer | Strangerke | 2012-06-17 18:36:23 +0200 |
commit | b36b66630086044c54f745acfb64f91d90713045 (patch) | |
tree | 64da180e2606bbdacb4a4fa2531603fabf0c9a16 /engines/tony/mpal | |
parent | e36f36168d0e0b6e2abf29386c2761797735d857 (diff) | |
download | scummvm-rg350-b36b66630086044c54f745acfb64f91d90713045.tar.gz scummvm-rg350-b36b66630086044c54f745acfb64f91d90713045.tar.bz2 scummvm-rg350-b36b66630086044c54f745acfb64f91d90713045.zip |
TONY: American-ification of English used
Diffstat (limited to 'engines/tony/mpal')
-rw-r--r-- | engines/tony/mpal/loadmpc.cpp | 2 | ||||
-rw-r--r-- | engines/tony/mpal/mpal.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/engines/tony/mpal/loadmpc.cpp b/engines/tony/mpal/loadmpc.cpp index b589827a5a..1ec921dbd4 100644 --- a/engines/tony/mpal/loadmpc.cpp +++ b/engines/tony/mpal/loadmpc.cpp @@ -334,7 +334,7 @@ static const byte *parseDialog(const byte *lpBuf, LPMPALDIALOG lpmdDialog) { * data of the item. * @returns Pointer to the buffer after the item, or NULL on failure. * @remarks It's necessary that the structure that is passed has been - * completely initialised to 0 beforehand. + * completely initialized to 0 beforehand. */ static const byte *parseItem(const byte *lpBuf, LPMPALITEM lpmiItem) { byte len; diff --git a/engines/tony/mpal/mpal.cpp b/engines/tony/mpal/mpal.cpp index 07042ec077..bb3df1662f 100644 --- a/engines/tony/mpal/mpal.cpp +++ b/engines/tony/mpal/mpal.cpp @@ -838,7 +838,7 @@ void LocationPollThread(CORO_PARAM, const void *param) { CORO_BEGIN_CODE(_ctx); - /* Initialise data pointers */ + /* Initialize data pointers */ _ctx->MyActions = NULL; _ctx->MyThreads = NULL; @@ -1404,7 +1404,7 @@ bool doSelection(uint32 i, uint32 dwData) { //@{ /** - * Initialises the MPAL library and opens the .MPC file, which will be used for all queries. + * Initializes the MPAL library and opens the .MPC file, which will be used for all queries. * * @param lpszMpcFileName Name of the MPC file * @param lpszMprFileName Name of the MPR file |