Cleanup: misc spelling fixes

T68035 by @luzpaz
This commit is contained in:
2019-08-01 13:53:25 +10:00
parent 135413e324
commit 760dbd1cbf
167 changed files with 221 additions and 221 deletions

View File

@@ -158,7 +158,7 @@ static Mesh *applyModifier(ModifierData *md, const ModifierEvalContext *ctx, Mes
Mesh *result = me_mod;
ReportList reports;
/* Only used to check wehther we are operating on org data or not... */
/* Only used to check whether we are operating on org data or not... */
Mesh *me = ctx->object->data;
Object *ob_source = dtmd->ob_source;