Cleanup: spelling in comments (make check_spelling_*)

This commit is contained in:
Campbell Barton
2025-06-19 11:40:00 +10:00
parent fff9d0a05f
commit 05631085f8
6 changed files with 9 additions and 9 deletions

View File

@@ -823,7 +823,7 @@ def print_release_notes(list_of_commits: list[CommitInfo]) -> None:
print(r"""What to do with this output:
- Go through every commit in the "Commits that need manual sorting" section and:
- Find the corrisponding issue that was fixed (it will be in the commit message)
- Find the corresponding issue that was fixed (it will be in the commit message)
- Update the "Broken" and/or "Working" fields of the report with relevant information so this script can sort it.
- Add a module label if it's missing one.
- Rerun this script.