Fix various typos

This commit is contained in:
a-kenji
2025-01-22 13:19:28 +01:00
parent 42e0928b55
commit fa54c0f1b5
5 changed files with 5 additions and 5 deletions

View File

@@ -132,7 +132,7 @@ def create_machine(opts: CreateOptions) -> None:
inventory["machines"] = inventory.get("machines", {})
inventory["machines"][machine_name] = new_machine
# Commit at the end in that order to avoid commiting halve-baked machines
# Commit at the end in that order to avoid committing halve-baked machines
# TODO: automatic rollbacks if something goes wrong
set_inventory(inventory, clan_dir, "Imported machine from template")