Cleanup: spelling

This commit is contained in:
2019-08-31 01:19:22 +10:00
parent ec51355a47
commit ac646bc20d
35 changed files with 45 additions and 41 deletions

View File

@@ -146,7 +146,7 @@ static bool isDisabled(const struct Scene *UNUSED(scene),
/* The object type check is only needed here in case we have a placeholder
* object assigned (because the library containing the mesh is missing).
*
* In other cases it should be impossible to have a type missmatch.
* In other cases it should be impossible to have a type mismatch.
*/
return !dtmd->ob_source || dtmd->ob_source->type != OB_MESH;
}