From 76edd254b053a65c7fae60dd09bc1ed95c636081 Mon Sep 17 00:00:00 2001 From: Ari Mudev Date: Fri, 3 Sep 2010 22:24:58 +0000 Subject: [PATCH] Fix minor typo. --- game/gamesrc/commands/default/privileged.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)