Cleanup: Grammar in comments

- it's self vs. itself
- boiler plate vs boilerplate
This commit is contained in:
Hans Goudey
2023-11-21 09:39:55 -05:00
parent a99e419b6e
commit 29f3d54e91
4 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
"""
Utility script, called by ``run.py`` to run inside Blender,
to avoid boiler plate code having to be added into each test.
to avoid boilerplate code having to be added into each test.
"""
import os
@@ -64,7 +64,7 @@ def main():
parser = create_parser()
args = parser.parse_args(sys.argv[sys.argv.index("--") + 1:])
# Check if `bpy.app.use_event_simulate` has been enabled by the test it's self.
# Check if `bpy.app.use_event_simulate` has been enabled by the test itself.
# When writing tests, it's useful if the test can temporarily be set to keep the window open.
def on_error():