Spelling: Then Versus Than

Corrects incorrect usages of the words 'then' and 'than'.

Differential Revision: https://developer.blender.org/D9246

Reviewed by Campbell Barton
This commit is contained in:
2020-10-19 08:43:08 -07:00
parent 3a7fd309fc
commit d1eefc4215
67 changed files with 90 additions and 90 deletions

View File

@@ -3603,7 +3603,7 @@ void CustomData_bmesh_free_block(CustomData *data, void **block)
}
/**
* Same as #CustomData_bmesh_free_block but zero the memory rather then freeing.
* Same as #CustomData_bmesh_free_block but zero the memory rather than freeing.
*/
void CustomData_bmesh_free_block_data(CustomData *data, void *block)
{