Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2023-08-25 08:56:58 +10:00
parent ed5110c0ef
commit 3de8900ed6
100 changed files with 191 additions and 190 deletions

View File

@@ -110,7 +110,7 @@ class SimpleImportTest(AbstractAlembicTest):
as_background_job=False)
# The active object is probably the first one that was imported, but this
# behaviour is not defined. At least it should be one of the cubes, and
# behavior is not defined. At least it should be one of the cubes, and
# not the sphere.
self.assertNotEqual(sphere, bpy.context.active_object)
self.assertTrue('Cube' in bpy.context.active_object.name)