From a245acc7701b98f5c9050d0a56d21d514e6267d2 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Wed, 31 Jul 2024 20:38:30 +0000 Subject: [PATCH] Small typo --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index d3c99f3..8032ab9 100755 --- a/server.py +++ b/server.py @@ -93,7 +93,7 @@ Examples: address = arg[9:] elif arg.startswith("--cwlgd"): G.cwlgd = True - log("Server will crasg when outbound links go down!", "WARN") + log("Server will crash when outbound links go down!", "WARN") else: log(f"Unrecognized argument {arg}!", "WARN") except Exception: