X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fsquirrel_error.hpp;h=f56ef5dcca20fd52d453a7591bd50defa04c19a9;hb=7a0031e8f250c852743709ab06ecafe1896eefbe;hp=5e64b1dfabbe38b1ba982945d83326b46ac9a87c;hpb=a113d3bd1feddd510e3b2852b0d42522735eee40;p=supertux.git diff --git a/src/scripting/squirrel_error.hpp b/src/scripting/squirrel_error.hpp index 5e64b1dfa..f56ef5dcc 100644 --- a/src/scripting/squirrel_error.hpp +++ b/src/scripting/squirrel_error.hpp @@ -28,7 +28,7 @@ namespace Scripting /** Exception class for squirrel errors, it takes a squirrelvm and uses * sq_geterror() to retrieve additional information about the last error that - * occured and creates a readable message from that. + * occurred and creates a readable message from that. */ class SquirrelError : public std::exception {