Cleanup: Fix typos in tests subdirectory

Fixes various typos

Co-authored-by: luz paz
Pull Request: https://projects.blender.org/blender/blender/pulls/148090
This commit is contained in:
Jesse Yurkovich
2025-10-14 22:35:54 +02:00
committed by Jesse Yurkovich
parent 52e169b59c
commit 024f396d06
15 changed files with 16 additions and 16 deletions

View File

@@ -263,7 +263,7 @@ class EventGenerate:
def text_unicode(self, text):
# Since the only purpose of this key-press is to enter text
# the key can be almost anything, use a key which isn't likely to be assigned ot any other action.
# the key can be almost anything, use a key which isn't likely to be assigned to any other action.
#
# If it were possible `EVT_UNKNOWNKEY` would be most correct
# as dead keys map to this and still enter text.