From b57d685df094e29d98a5db46300e8ebe8193cee6 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:26:38 +0100 Subject: [PATCH] Fix typo found by codespell (#591) --- src/wheel/macosx_libfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wheel/macosx_libfile.py b/src/wheel/macosx_libfile.py index 3d199848..b96b0db6 100644 --- a/src/wheel/macosx_libfile.py +++ b/src/wheel/macosx_libfile.py @@ -335,8 +335,8 @@ class FatArch(BaseClass): def read_mach_header(lib_file, seek=None): """ - This funcition parse mach-O header and extract - information about minimal system version + This function parses a Mach-O header and extracts + information about the minimal macOS version. :param lib_file: reference to opened library file with pointer """