Cleanup: spelling in comments & string

Also back-tick quote literals in CMakeLists files.
This commit is contained in:
Campbell Barton
2025-09-06 09:19:08 +10:00
parent d18e0cb573
commit 3c7f4edd92
9 changed files with 24 additions and 24 deletions

View File

@@ -307,7 +307,7 @@ DEPS_CRITICAL_SUBPACKAGES = (
)
# Basic mandatory set of common libraries to build Blender, which are also available as pre-conmpiled libraries.
# Basic mandatory set of common libraries to build Blender, which are also available as pre-compiled libraries.
DEPS_MANDATORY_SUBPACKAGES = (
Package(name="JPEG Library",
distro_package_names={DISTRO_ID_DEBIAN: "libjpeg-dev",
@@ -403,7 +403,7 @@ DEPS_MANDATORY_SUBPACKAGES = (
)
# Basic optional set of common libraries to build Blender, which are also available as pre-conmpiled libraries.
# Basic optional set of common libraries to build Blender, which are also available as pre-compiled libraries.
DEPS_OPTIONAL_SUBPACKAGES = (
Package(name="OpenJPG Library",
distro_package_names={DISTRO_ID_DEBIAN: "libopenjp2-7-dev",