summaryrefslogtreecommitdiff
path: root/scriptutils.py
diff options
context:
space:
mode:
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)