# HG changeset patch # User nikolas # Date 2019-08-07 19:15:53 # Node ID 8cda3dcb7de81e0a065b7f67aff36b54c2451abc # Parent 298c292309a1bf5d9fb8cefd6a85083a9892ce03 Fix: typo in ScriptList::Valuate param error (#7687) diff --git a/src/script/api/script_list.cpp b/src/script/api/script_list.cpp --- a/src/script/api/script_list.cpp +++ b/src/script/api/script_list.cpp @@ -845,7 +845,7 @@ SQInteger ScriptList::Valuate(HSQUIRRELV int nparam = sq_gettop(vm) - 1; if (nparam < 1) { - return sq_throwerror(vm, "You need to give a least a Valuator as parameter to ScriptList::Valuate"); + return sq_throwerror(vm, "You need to give at least a Valuator as parameter to ScriptList::Valuate"); } /* Make sure the valuator function is really a function, and not any