Skip to content

Commit

Permalink
Fix two spelling mistakes
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Frost <[email protected]>
  • Loading branch information
coldtobi and Tobias Frost committed Sep 25, 2022
1 parent 5ced5c9 commit 7069d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/content_cao.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/content/mod_configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ModConfiguration
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
Expand Down

0 comments on commit 7069d99

Please sign in to comment.