Cleanup: spelling in comments, strings (make check_spelling_*)

Also replace some triple-quoted non-doc-string strings with commented
blocks in examples.
This commit is contained in:
Campbell Barton
2025-05-06 00:18:39 +00:00
parent b47332c40d
commit fd6ac498b0
17 changed files with 44 additions and 39 deletions

View File

@@ -93,7 +93,7 @@ def openBlendFile(filename):
def Align(handle):
'''
Aligns the filehandle on 4 bytes
Aligns the file-handle on 4 bytes
'''
offset = handle.tell()
trim = offset % 4
@@ -107,7 +107,7 @@ def Align(handle):
class BlendFile:
'''
Reads a blend-file and store the header, all the file-blocks, and catalogue
Reads a blend-file and store the header, all the file-blocks, and catalog
structs found in the DNA file-block
- BlendFile.Header (BlendFileHeader instance)