diff options
author | Tobias Frost <coldtobi@users.noreply.github.com> | 2022-09-21 10:47:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-21 10:47:19 +0200 |
commit | 1cf0f3bef04e53c08004cc1106f48fcecca7ff88 (patch) | |
tree | bbea20e2abeec74822fe1ef3dc275d6b937b0c08 /source/Irrlicht/CXMeshFileLoader.cpp | |
parent | 3225007e8d31f09368c32406e2165828b8c2997a (diff) | |
download | irrlicht-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.cpp | 2 |
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;
}
|