Fix various typos

Found via codespell
This commit is contained in:
Luz Paz
2025-04-13 07:32:37 -04:00
committed by Chris Hennes
parent 4b0a70b62d
commit 3fa260f869
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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.