X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fscripting%2Ffunctions.hpp;h=34e5df964342259fc5604dceb598aae2cb0d924c;hb=08ccb17345a52f5ffd8a5dd6ecf675cad55f16a7;hp=afa649ab311583c514ee6fd965d030aa180d75c2;hpb=1a36ad149a4ee89a601d523878d168ed3b68ae62;p=supertux.git diff --git a/src/scripting/functions.hpp b/src/scripting/functions.hpp index afa649ab3..34e5df964 100644 --- a/src/scripting/functions.hpp +++ b/src/scripting/functions.hpp @@ -31,7 +31,7 @@ namespace Scripting { /** - * Display the value of the argument. This is usefull for inspecting tables. + * Display the value of the argument. This is useful for inspecting tables. */ SQInteger display(HSQUIRRELVM vm) __custom;