aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)