From 7069d99aa6d38afb4f0b8862d9c0e28328ecfd41 Mon Sep 17 00:00:00 2001 From: Tobias Frost Date: Sun, 25 Sep 2022 13:45:27 +0200 Subject: Fix two spelling mistakes Co-authored-by: Tobias Frost --- src/client/content_cao.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/content_cao.cpp') diff --git a/src/client/content_cao.cpp b/src/client/content_cao.cpp index 3b2f3ef72..79f2f76e4 100644 --- a/src/client/content_cao.cpp +++ b/src/client/content_cao.cpp @@ -840,7 +840,7 @@ void GenericCAO::addToScene(ITextureSource *tsrc, scene::ISceneManager *smgr) oss << "GenericCAO::addToScene(): Model " << m_prop.mesh << " loaded with " << mat_count << " mesh buffers but only " << m_prop.textures.size() - << " texture(s) specifed, this is deprecated."; + << " texture(s) specified, this is deprecated."; logOnce(oss, warningstream); video::ITexture *last = m_animated_meshnode->getMaterial(0).TextureLayer[0].Texture; -- cgit v1.2.3