1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix some misspellings (#8104)

This commit is contained in:
Paul Ouellette 2019-01-16 07:39:13 -05:00 committed by Loïc Blot
parent ed1415f78d
commit 3fce27ece5
4 changed files with 6 additions and 6 deletions

View file

@ -69,7 +69,7 @@ void fatal_error_fn(const char *msg, const char *file,
errorstream << std::endl << "In thread " << std::hex
<< std::this_thread::get_id() << ":" << std::endl;
errorstream << file << ":" << line << ": " << function
<< ": A fatal error occured: " << msg << std::endl;
<< ": A fatal error occurred: " << msg << std::endl;
abort();
}