From 103616cc18ca6f9253c0451d1096aec84db13b5f Mon Sep 17 00:00:00 2001 From: Rolfie Date: Thu, 11 Jan 2024 18:17:59 +0100 Subject: [PATCH] fix a Script.gm9 typo that i missed lol! --- Script.gm9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script.gm9 b/Script.gm9 index a69f705..3139f4b 100644 --- a/Script.gm9 +++ b/Script.gm9 @@ -380,7 +380,7 @@ goto Menu ################################################################################################################################### @sub_Inject_WiFi_Config -echo "Warning: make sure you have a backup first!\nIf you ever loose this data, it is impossible to recreate." +echo "Warning: make sure you have a backup first!\nIf you ever lose this data, it is impossible to recreate." if not ask "Are you sure you want to continue?" echo "Operation cancelled." goto Menu