Skip to content

Commit

Permalink
TONY: Missed one word in previous commit (thanks clone2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jun 17, 2012
1 parent b36b666 commit 31c0210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engines/tony/detection_tables.h
Expand Up @@ -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},
Expand Down
2 changes: 1 addition & 1 deletion engines/tony/mpal/mpaldll.h
Expand Up @@ -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)
Expand Down

0 comments on commit 31c0210

Please sign in to comment.