Browse Source

Fix two spelling mistakes

Co-authored-by: Tobias Frost <tobi@debian.org>
Tobias Frost 1 year ago
parent
commit
7069d99aa6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/client/content_cao.cpp
  2. 1 1
      src/content/mod_configuration.h

+ 1 - 1
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;

+ 1 - 1
src/content/mod_configuration.h

@@ -73,7 +73,7 @@ public:
 	void addGameMods(const SubgameSpec &gamespec);
 
 	/**
-	 * Adds mods specifed by a world.mt config
+	 * Adds mods specified by a world.mt config
 	 *
 	 * @param settings_path Path to world.mt
 	 * @param modPaths Map from virtual name to mod path