aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CXMeshFileLoader.cpp
diff options
context:
space:
mode:
authorTobias Frost <coldtobi@users.noreply.github.com>2022-09-21 10:47:19 +0200
committerGitHub <noreply@github.com>2022-09-21 10:47:19 +0200
commit1cf0f3bef04e53c08004cc1106f48fcecca7ff88 (patch)
treebbea20e2abeec74822fe1ef3dc275d6b937b0c08 /source/Irrlicht/CXMeshFileLoader.cpp
parent3225007e8d31f09368c32406e2165828b8c2997a (diff)
downloadirrlicht-1cf0f3bef04e53c08004cc1106f48fcecca7ff88.tar.xz
Fix typo in CXMeshFileLoader.cpp (#133)
This patch was provided from J. Puydt to Debian. Origin: https://salsa.debian.org/games-team/minetest/-/blob/master/debian/patches/fix-typos.patch
Diffstat (limited to 'source/Irrlicht/CXMeshFileLoader.cpp')
-rw-r--r--source/Irrlicht/CXMeshFileLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Irrlicht/CXMeshFileLoader.cpp b/source/Irrlicht/CXMeshFileLoader.cpp
index 343895f..2de099f 100644
--- a/source/Irrlicht/CXMeshFileLoader.cpp
+++ b/source/Irrlicht/CXMeshFileLoader.cpp
@@ -1106,7 +1106,7 @@ bool CXMeshFileLoader::parseDataObjectSkinWeights(SXMesh &mesh)
if (!getNextTokenAsString(TransformNodeName))
{
- os::Printer::log("Unknown syntax while reading transfrom node name string in .x file", ELL_WARNING);
+ os::Printer::log("Unknown syntax while reading transform node name string in .x file", ELL_WARNING);
os::Printer::log("Line", core::stringc(Line).c_str(), ELL_WARNING);
return false;
}