Fix minor typo.

This commit is contained in:
Ari Mudev 2010-09-03 22:24:58 +00:00
parent ec5295b973
commit 76edd254b0

View file

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