mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Fix trivial typos
This commit is contained in:
parent
16a62426d6
commit
e0529da5c8
4 changed files with 5 additions and 5 deletions
|
@ -327,7 +327,7 @@ public:
|
|||
}
|
||||
inline void setFatalError(const LuaError &e)
|
||||
{
|
||||
setFatalError(std::string("Lua :") + e.what());
|
||||
setFatalError(std::string("Lua: ") + e.what());
|
||||
}
|
||||
|
||||
// Renaming accessDeniedReason to better name could be good as it's used to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue