X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fsquirrel_error.hpp;h=f56ef5dcca20fd52d453a7591bd50defa04c19a9;hb=7a0031e8f250c852743709ab06ecafe1896eefbe;hp=82905f65ab681611f6777fdeae91237b825f0ff3;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/scripting/squirrel_error.hpp b/src/scripting/squirrel_error.hpp index 82905f65a..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 { @@ -44,4 +44,3 @@ private: } #endif -