Cleanup: Grammar in comments and tooltips

- "own" -> "its own"
- "it's" -> "its"
- Use proper plural
This commit is contained in:
2022-02-04 14:52:52 -06:00
parent dc85776b8b
commit f79c8e25f1
8 changed files with 14 additions and 13 deletions

View File

@@ -646,8 +646,8 @@ void set_particle_system_modifiers_loaded(Object *object_cow)
void reset_particle_system_edit_eval(const Depsgraph *depsgraph, Object *object_cow)
{
/* Inactive (and render) dependency graphs are living in own little bubble, should not care about
* edit mode at all. */
/* Inactive (and render) dependency graphs are living in their own little bubble, should not care
* about edit mode at all. */
if (!DEG_is_active(reinterpret_cast<const ::Depsgraph *>(depsgraph))) {
return;
}