Fix various typos
Found via codespell
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user