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:
parent
ed1415f78d
commit
3fce27ece5
4 changed files with 6 additions and 6 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue