From bd7a62e99693e6df5c39efe09a8d28c57bfa7cd1 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Tue, 17 Jan 2017 21:26:16 -0600 Subject: SCI: Fix typo in comment --- engines/sci/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3