summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorPaul Ouellette <oue.paul18@gmail.com>2019-01-16 07:39:13 -0500
committerLoïc Blot <nerzhul@users.noreply.github.com>2019-01-16 13:39:13 +0100
commit3fce27ece5629a805a5d6c508f130170c6ccafab (patch)
tree9e0684d65ba402723ac142b1851f9e44a72ad698 /src/debug.cpp
parented1415f78d7820c44e9a219b578b9fbcdce0cc65 (diff)
downloadminetest-3fce27ece5629a805a5d6c508f130170c6ccafab.tar.gz
minetest-3fce27ece5629a805a5d6c508f130170c6ccafab.tar.bz2
minetest-3fce27ece5629a805a5d6c508f130170c6ccafab.zip
Fix some misspellings (#8104)
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 1a467265c..3c82ed9e1 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -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();
}