admin/cron.php - fix typo

Nothing like being pedantic on a tuesday afternoon...
This commit is contained in:
martinlanghoff 2006-04-18 21:22:04 +00:00
parent eedff4f447
commit 04ddd06c1d

View File

@ -228,7 +228,7 @@
mtrace("Running backups if required...");
if (! schedule_backup_cron()) {
mtrace("ERORR: Something went wrong while performing backup tasks!!!");
mtrace("ERROR: Something went wrong while performing backup tasks!!!");
} else {
mtrace("Backup tasks finished.");
}