Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2024-06-18 12:09:40 +10:00
parent 4093945e9c
commit 0554ec7ec7
6 changed files with 9 additions and 9 deletions

View File

@@ -369,7 +369,7 @@ def main() -> None:
if cf not in global_c:
print("missing_c: ", cf)
# Check if automake builds a corresponding .o file.
# Check if `automake` builds a corresponding `.o` file.
'''
if cf in global_c:
out1 = os.path.splitext(cf)[0] + ".o"