From 1cf0f3bef04e53c08004cc1106f48fcecca7ff88 Mon Sep 17 00:00:00 2001 From: Tobias Frost Date: Wed, 21 Sep 2022 10:47:19 +0200 Subject: [PATCH] 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 --- source/Irrlicht/CXMeshFileLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }