From ad7943d6c29e5b51c1c88a6fd64432a1bb9a1b1d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 5 Jul 2025 08:45:38 +1000 Subject: [PATCH] Cleanup: spelling --- release/release_notes/bug_fixes_per_major_release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/release_notes/bug_fixes_per_major_release.py b/release/release_notes/bug_fixes_per_major_release.py index 490a4005eae..c368801ac5c 100644 --- a/release/release_notes/bug_fixes_per_major_release.py +++ b/release/release_notes/bug_fixes_per_major_release.py @@ -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.