diff options
author | LNJ <lnj@kaidan.im> | 2020-04-04 15:52:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-04 15:52:41 +0200 |
commit | 307d7376cf88f3ef30a73f4500971e3a77977068 (patch) | |
tree | fb00fc112f3ebed8b0b670f8580e8e0086c0fc56 /src/script | |
parent | b8d29ab0aff9fd141e9b59e941c47f4b2d3d5bfc (diff) | |
download | minetest-307d7376cf88f3ef30a73f4500971e3a77977068.tar.gz minetest-307d7376cf88f3ef30a73f4500971e3a77977068.tar.bz2 minetest-307d7376cf88f3ef30a73f4500971e3a77977068.zip |
Fix 'the the' typos in comments (#9554)
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/common/c_internal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/common/c_internal.cpp b/src/script/common/c_internal.cpp index a7dcf9b5f..b19af9f82 100644 --- a/src/script/common/c_internal.cpp +++ b/src/script/common/c_internal.cpp @@ -47,7 +47,7 @@ int script_exception_wrapper(lua_State *L, lua_CFunction f) /* * Note that we can't get tracebacks for LUA_ERRMEM or LUA_ERRERR (without * hacking Lua internals). For LUA_ERRMEM, this is because memory errors will - * not execute the the error handler, and by the time lua_pcall returns the + * not execute the error handler, and by the time lua_pcall returns the * execution stack will have already been unwound. For LUA_ERRERR, there was * another error while trying to generate a backtrace from a LUA_ERRRUN. It is * presumed there is an error with the internal Lua state and thus not possible |