aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp
index 5c7a9e6d4a..d0ac1bab3b 100644
--- a/engines/sci/console.cpp
+++ b/engines/sci/console.cpp
@@ -3657,7 +3657,7 @@ bool Console::cmdSend(int argc, const char **argv) {
// everything after the selector name is passed as an argument to the send
int send_argc = argc - 3;
- // Create the data block for send_selecor() at the top of the stack:
+ // Create the data block for send_selector() at the top of the stack:
// [selector_number][argument_counter][arguments...]
StackPtr stackframe = _engine->_gamestate->_executionStack.back().sp;
stackframe[0] = make_reg(0, selectorId);