From 848bce47e18ab60137597b419a2eeb2013bfc7cc Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Thu, 9 Feb 2017 12:57:58 -0600 Subject: SCI: Fix typo in debug message --- engines/sci/engine/kscripts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci') diff --git a/engines/sci/engine/kscripts.cpp b/engines/sci/engine/kscripts.cpp index 7c4c955824..a7c0d87715 100644 --- a/engines/sci/engine/kscripts.cpp +++ b/engines/sci/engine/kscripts.cpp @@ -93,7 +93,7 @@ reg_t kLock(EngineState *s, int argc, reg_t *argv) { // Happens in CD games (e.g. LSL6CD) with the message // resource. It isn't fatal, and it's usually caused // by leftover scripts. - debugC(kDebugLevelResMan, "[resMan] Attempt to unlock non-existant resource %s", id.toString().c_str()); + debugC(kDebugLevelResMan, "[resMan] Attempt to unlock non-existent resource %s", id.toString().c_str()); } } break; -- cgit v1.2.3