aboutsummaryrefslogtreecommitdiff
path: root/src/client/content_cao.cpp
diff options
context:
space:
mode:
authorTobias Frost <coldtobi@users.noreply.github.com>2022-09-25 13:45:27 +0200
committerGitHub <noreply@github.com>2022-09-25 13:45:27 +0200
commit7069d99aa6d38afb4f0b8862d9c0e28328ecfd41 (patch)
treea7740b3a53f53d7875ed4a19bf1c749afe71b947 /src/client/content_cao.cpp
parent5ced5c9b27a3c534bcbd7d095affe2f65d07e9b1 (diff)
downloadminetest-7069d99aa6d38afb4f0b8862d9c0e28328ecfd41.tar.xz
Fix two spelling mistakes
Co-authored-by: Tobias Frost <tobi@debian.org>
Diffstat (limited to 'src/client/content_cao.cpp')
-rw-r--r--src/client/content_cao.cpp2
1 files changed, 1 insertions, 1 deletions
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;