diff --git a/game/gamesrc/commands/default/privileged.py b/game/gamesrc/commands/default/privileged.py index a7694fcc1..41d82454a 100644 --- a/game/gamesrc/commands/default/privileged.py +++ b/game/gamesrc/commands/default/privileged.py @@ -56,7 +56,7 @@ class CmdReload(MuxCommand): pass else: string = " ... The module(s) took too long to reload, " - string += "\n so the remainding reloads where skipped." + string += "\n so the remaining reloads where skipped." string += "\n Re-run @reload again when modules have fully " string += "\n re-initialized." caller.msg(string)