Fix typo in system.py.

This commit is contained in:
Ahmed Charles 2015-02-08 16:33:11 -08:00 committed by Griatch
parent 4238d26918
commit 0ada956bc1

View file

@ -68,7 +68,7 @@ class CmdReset(MuxCommand):
@reset @reset
A cold reboot. This works like a mixture of @reload and @shutdown, A cold reboot. This works like a mixture of @reload and @shutdown,
- all shutdown hooks will be called and non-persistent scrips will - all shutdown hooks will be called and non-persistent scripts will
be purged. But the Portal will not be affected and the server will be purged. But the Portal will not be affected and the server will
automatically restart again. automatically restart again.
""" """