Fix typos on code using codespell

This commit is contained in:
Alexandre Avenel
2018-05-13 16:35:03 +02:00
parent 2998830d4a
commit 2879e0d6ef
41 changed files with 71 additions and 71 deletions

View File

@@ -498,7 +498,7 @@ aiMatrix4x4 XGLImporter::ReadTrafo()
right = forward ^ up;
if (std::fabs(up * forward) > 1e-4) {
// this is definitely wrong - a degenerate coordinate space ruins everything
// so subtitute identity transform.
// so substitute identity transform.
LogError("<forward> and <up> vectors in <transform> are skewing, ignoring trafo");
return m;
}