From 3fa260f8694a4519b9207b140d103835c6c35313 Mon Sep 17 00:00:00 2001 From: Luz Paz Date: Sun, 13 Apr 2025 07:32:37 -0400 Subject: [PATCH] Fix various typos Found via codespell --- package/rattler-build/linux/create_bundle.sh | 2 +- package/rattler-build/windows/ssl-patch.py | 2 +- src/Base/CoordinateSystem.pyi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/rattler-build/linux/create_bundle.sh b/package/rattler-build/linux/create_bundle.sh index 5482924cad..80d4d5eaf0 100755 --- a/package/rattler-build/linux/create_bundle.sh +++ b/package/rattler-build/linux/create_bundle.sh @@ -60,7 +60,7 @@ echo -e "################" pixi list -e default > AppDir/packages.txt sed -i "1s/.*/\nLIST OF PACKAGES:/" AppDir/packages.txt -export tag="weekly-builds" # should retreive from git tag +export tag="weekly-builds" # should retrieve from git tag curl -LO https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$(uname -m).AppImage chmod a+x appimagetool-$(uname -m).AppImage diff --git a/package/rattler-build/windows/ssl-patch.py b/package/rattler-build/windows/ssl-patch.py index 538ebdea7f..3c8a74f732 100644 --- a/package/rattler-build/windows/ssl-patch.py +++ b/package/rattler-build/windows/ssl-patch.py @@ -365,7 +365,7 @@ def _ipaddress_match(cert_ipaddress, host_ip): (section 1.7.2 - "Out of Scope"). """ # OpenSSL may add a trailing newline to a subjectAltName's IP address, - # commonly woth IPv6 addresses. Strip off trailing \n. + # commonly with IPv6 addresses. Strip off trailing \n. ip = _inet_paton(cert_ipaddress.rstrip()) return ip == host_ip diff --git a/src/Base/CoordinateSystem.pyi b/src/Base/CoordinateSystem.pyi index 041fa695ea..2b8dc16e42 100644 --- a/src/Base/CoordinateSystem.pyi +++ b/src/Base/CoordinateSystem.pyi @@ -84,7 +84,7 @@ class CoordinateSystem(PyObjectBase): def setPlacement(self, placement: Placement) -> None: """ - setPlacment(placement) -> None + setPlacement(placement) -> None Set placement to the coordinate system.