Small typo

This commit is contained in:
Firepup Sixfifty 2024-07-31 20:38:30 +00:00
parent a6a9ba0754
commit a245acc770
Signed by: Firepup650
SSH key fingerprint: SHA256:U0Zp8EhEe3CMqFSrC79CqatzaEiL4sjta80/RSX2XrY

View file

@ -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: