From a50ea6d5787998babdc46aac648d6ffb7a7496cf Mon Sep 17 00:00:00 2001 From: luz paz Date: Sat, 6 Sep 2025 08:02:10 +0200 Subject: [PATCH] Cleanup: fix typos in release subdirectory Fixed user facing bugs. Found via `codespell -S "*.desktop,*.diff,./intern,./extern,./locale,./AUTHORS,./source/blender/blenlib/tests/BLI_string_utf8_test.cc,./doc/license/bf-members.txt" -L accessort,abd,aci,alo,ans,ba,bording,childrens,clen,constructin,datas,dependees,domin,eary,ege,eiter,elemt,eles,enew,espace,finded,fiter,fpt,groupd,hist,implementating,indext,ine,infront,inout,inouts,inpt,ist,lene,listenter,lod,maks,masia,mata,mis,mke,nam,nd,ned,opose,ot,outlow,parm,parms,passt,pinter,pixelx,poin,pres,ptd,re-usable,re-use,re-used,re-uses,re-using,ridiculus,schem,soler,strack,suh,te,tesselate,tham,ue,vai,varius,wew` Pull Request: https://projects.blender.org/blender/blender/pulls/145825 --- release/license/license.md | 4 ++-- release/license/licenses.json | 2 +- release/release_notes/bug_fixes_per_major_release.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/release/license/license.md b/release/license/license.md index 02889d07803..34d37a9cc67 100644 --- a/release/license/license.md +++ b/release/license/license.md @@ -709,7 +709,7 @@ They work together as a stack. | [Inter](https://rsms.me/inter/) | [SIL Open Font License 1.1](https://spdx.org/licenses/OFL-1.1.html) | `Copyright 2020 The Inter Project Authors (https://github.com/rsms/inter)` | | [Noto Fonts](https://fonts.google.com/noto) | [SIL Open Font License 1.1](https://spdx.org/licenses/OFL-1.1.html) | `Copyright 2018 The Noto Project Authors (github.com/googlei18n/noto-fonts)`| | [Last Resort](https://github.com/unicode-org/last-resort-font) | [SIL Open Font License 1.1](https://spdx.org/licenses/OFL-1.1.html) | `Copyright © 1998-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.` | -| [DejaVu Sans Mono](https://github.com/dejavu-fonts/dejavu-fonts) | [Arev Fonts License](http://tavmjong.free.fr/FONTS/ArevCopyright.txt) + [Bistream Vera Font License](https://spdx.org/licenses/Bitstream-Vera.html) | `2003 Bitstream, Inc. (Bitstream font glyphs). 2006 Tavmjong Bah (Arev font glyphs). DejaVu changes are in public domain` | +| [DejaVu Sans Mono](https://github.com/dejavu-fonts/dejavu-fonts) | [Arev Fonts License](http://tavmjong.free.fr/FONTS/ArevCopyright.txt) + [Bitstream Vera Font License](https://spdx.org/licenses/Bitstream-Vera.html) | `2003 Bitstream, Inc. (Bitstream font glyphs). 2006 Tavmjong Bah (Arev font glyphs). DejaVu changes are in public domain` |
Arev Fonts License @@ -763,7 +763,7 @@ from Tavmjong Bah. For further information, contact: tavmjong @ free . fr.
-Bistream Vera Font License +Bitstream Vera Font License Bitstream Vera Fonts Copyright ------------------------------ diff --git a/release/license/licenses.json b/release/license/licenses.json index a92ec1c1c54..b2c69d41098 100644 --- a/release/license/licenses.json +++ b/release/license/licenses.json @@ -21,7 +21,7 @@ "url": "https://spdx.org/licenses/Apache-2.0.html" }, "SPDX:Bitstream-Vera": { - "name": "Bistream Vera Font License", + "name": "Bitstream Vera Font License", "url": "https://spdx.org/licenses/Bitstream-Vera.html" }, "SPDX:BSL-1.0": { diff --git a/release/release_notes/bug_fixes_per_major_release.py b/release/release_notes/bug_fixes_per_major_release.py index 1668bb9b7c9..510425e46ec 100644 --- a/release/release_notes/bug_fixes_per_major_release.py +++ b/release/release_notes/bug_fixes_per_major_release.py @@ -50,7 +50,7 @@ issue: https://projects.blender.org/blender/blender/issues/137983 ### How the script works - First the script gathers all commits that contain `Fix #NUMBER` that -occured between the two versions of Blender you're interested in. +occurred between the two versions of Blender you're interested in. - This is done using: `git --no-pager log PREVIOUS_VERSION..CURRENT_VERSION --oneline -i -P --grep "Fix.*#+\d+"` - The script then extracts all report numbers (`#NUMBER`) @@ -1033,7 +1033,7 @@ def validate_arguments(args: argparse.Namespace) -> bool: if len(args.backport_tasks) == 0: print("WARNING: (Optional) -bpt/--backport-tasks is not defined.") if not (args.silence or should_quit): - yes_no = input("Do you want to proceeed without it? (y/n)") + yes_no = input("Do you want to proceed without it? (y/n)") if yes_no.lower() == "n": should_quit = True