summaryrefslogtreecommitdiff
path: root/scriptutils.py
diff options
context:
space:
mode:
authorNEMESIS13cz <seke94@seznam.cz>2015-10-11 15:33:31 +0200
committerNEMESIS13cz <seke94@seznam.cz>2015-10-11 15:33:31 +0200
commit9c2934a374693242fc9574c87e91fdfbd66f0056 (patch)
tree44c52bb2f10c7d28e2f9dc84ac18dc8783f20812 /scriptutils.py
parent069cc8aec150386e77edbd571df1d0e84a1a84e1 (diff)
Fixed spelling mistake
Diffstat (limited to 'scriptutils.py')
-rw-r--r--scriptutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scriptutils.py b/scriptutils.py
index 2e0dd2d..312f6c4 100644
--- a/scriptutils.py
+++ b/scriptutils.py
@@ -149,7 +149,7 @@ arg 0 size of backup
@hook.command("script_backup_database_end")
def print_backup_db_end(sender, command, label, args):
if not is_player(sender):
- broadcast(None, "&6 =&2 Databse backup completed.")
+ broadcast(None, "&6 =&2 Database backup completed.")
server.dispatchCommand(server.getConsoleSender(), "ac &abackup size: &2%sMB&a." % args[0])
else:
noperm(sender)