diff --git a/checks/check_wheel.py b/checks/check_wheel.py index 413dc7473..a23006c6b 100644 --- a/checks/check_wheel.py +++ b/checks/check_wheel.py @@ -50,7 +50,7 @@ def test_wheel_features() -> None: expected_features.remove("zlib_ng") elif sys.platform == "ios": # Can't distribute raqm due to licensing, and there's no system version; - # fribid and harfbuzz won't be available if raqm isn't available. + # fribidi and harfbuzz won't be available if raqm isn't available. expected_features.remove("fribidi") expected_features.remove("raqm") expected_features.remove("harfbuzz") diff --git a/setup.py b/setup.py index 99097971d..21ccbd765 100644 --- a/setup.py +++ b/setup.py @@ -683,7 +683,7 @@ class pil_build_ext(build_ext): _add_directory(include_dirs, os.path.join(best_path, "include")) elif sys.platform == "darwin": - # Alwasy include the macOS SDK path. + # Always include the macOS SDK path. sdk_path = self.get_macos_sdk_path() if sdk_path: _add_directory(library_dirs, os.path.join(sdk_path, "usr", "lib"))