mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-01 23:48:35 +00:00
chore: clean up typos
This commit is contained in:
2
dist/macos/update_appcast_tip.py
vendored
2
dist/macos/update_appcast_tip.py
vendored
@@ -68,7 +68,7 @@ if len(items) > prune_amount:
|
||||
for item in items[:-prune_amount]:
|
||||
channel.remove(item)
|
||||
|
||||
# Create the item using some absoultely terrible XML manipulation.
|
||||
# Create the item using some absolutely terrible XML manipulation.
|
||||
item = ET.SubElement(channel, "item")
|
||||
elem = ET.SubElement(item, "title")
|
||||
elem.text = f"Build {build}"
|
||||
|
Reference in New Issue
Block a user