diff options
| author | sfan5 <sfan5@live.de> | 2021-09-19 13:46:56 +0200 |
|---|---|---|
| committer | sfan5 <sfan5@live.de> | 2021-09-19 13:54:20 +0200 |
| commit | e0529da5c84f224c380e6d5e063392cb01f85683 (patch) | |
| tree | bd5ec775a56f78d62f2bd6f6901936da26b1604f /src/client/client.h | |
| parent | 16a62426d6ac2f88125d258256af31bc2114b960 (diff) | |
| download | minetest-e0529da5c84f224c380e6d5e063392cb01f85683.tar.xz | |
Fix trivial typos
Diffstat (limited to 'src/client/client.h')
| -rw-r--r-- | src/client/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/client.h b/src/client/client.h index f6030b022..b0324ee90 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -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 |
