aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2012-06-17 18:38:34 +0200
committerStrangerke2012-06-17 18:38:34 +0200
commit31c0210f22bb4cc839abb9fa59539fd97d3a74f6 (patch)
treeb435e609f30aa63bf3eb5576b9c98e7276ba7179 /engines
parentb36b66630086044c54f745acfb64f91d90713045 (diff)
downloadscummvm-rg350-31c0210f22bb4cc839abb9fa59539fd97d3a74f6.tar.gz
scummvm-rg350-31c0210f22bb4cc839abb9fa59539fd97d3a74f6.tar.bz2
scummvm-rg350-31c0210f22bb4cc839abb9fa59539fd97d3a74f6.zip
TONY: Missed one word in previous commit (thanks clone2727)
Diffstat (limited to 'engines')
-rw-r--r--engines/tony/detection_tables.h2
-rw-r--r--engines/tony/mpal/mpaldll.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h
index bf4af08d2f..e37ba11dbf 100644
--- a/engines/tony/detection_tables.h
+++ b/engines/tony/detection_tables.h
@@ -29,7 +29,7 @@ static const TonyGameDescription gameDescriptions[] = {
"tony",
0,
{
- // TODO: AdvancedDetector seems to have a problem where it thinks data1.cab is unrecognised.
+ // TODO: AdvancedDetector seems to have a problem where it thinks data1.cab is unrecognized.
// Is it perhaps because the Agos engine also has detection entries for data1.cab?
{"data1.cab", 0, "ce82907242166bfb594d97bdb68f96d2", 4350},
/*{"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071},
diff --git a/engines/tony/mpal/mpaldll.h b/engines/tony/mpal/mpaldll.h
index 952a0957c5..fe1eb2b34a 100644
--- a/engines/tony/mpal/mpaldll.h
+++ b/engines/tony/mpal/mpaldll.h
@@ -114,7 +114,7 @@ typedef LPMPALLOCATION *LPLPMPALLOCATION;
*/
struct command {
/*
- * Types of commands that are recognised
+ * Types of commands that are recognized
*
* #1 -> Custom function call (ITEM, SCRIPT, DIALOG)
* #2 -> Variable assignment (ITEM, SCRIPT, DIALOG)