aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/scumm/smush/smush_player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/smush/smush_player.cpp b/engines/scumm/smush/smush_player.cpp
index d4e7b546db..7e846f4b12 100644
--- a/engines/scumm/smush/smush_player.cpp
+++ b/engines/scumm/smush/smush_player.cpp
@@ -177,7 +177,7 @@ public:
};
static StringResource *getStrings(ScummEngine *vm, const char *file, bool is_encoded) {
- debugC(DEBUG_SMUSH, "trying to read text ressources from %s", file);
+ debugC(DEBUG_SMUSH, "trying to read text resources from %s", file);
ScummFile theFile;
vm->openFile(theFile, file);