From 8330f90b561cc1e0c929f31f67f5d56d6d7780e6 Mon Sep 17 00:00:00 2001 From: Mathijs Groothuis Date: Wed, 5 Feb 2025 19:07:19 +0100 Subject: [PATCH] Fix typo: tyoing > typing Fix typo: tyoing > typing Co-authored-by: dw-0 Co-authored-by: dw-0 --- kiauh/procedures/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiauh/procedures/system.py b/kiauh/procedures/system.py index 515054d..187c270 100644 --- a/kiauh/procedures/system.py +++ b/kiauh/procedures/system.py @@ -31,7 +31,7 @@ def change_system_hostname() -> None: "http://.local", "\n\n", "Example: If you set your hostname to 'my-printer', you can access an " - "installed webinterface by tyoing 'http://my-printer.local' in the " + "installed webinterface by typing 'http://my-printer.local' in the " "browser.", ], custom_title="CHANGE SYSTEM HOSTNAME",