]> git.mjollnir.org Git - moodle.git/commitdiff
admin/cron.php - fix typo
authormartinlanghoff <martinlanghoff>
Tue, 18 Apr 2006 21:22:04 +0000 (21:22 +0000)
committermartinlanghoff <martinlanghoff>
Tue, 18 Apr 2006 21:22:04 +0000 (21:22 +0000)
Nothing like being pedantic on a tuesday afternoon...

admin/cron.php

index da9c19a4fc2d8c4b244d0e19aedf3b4dda82b087..71c96f1ac85fff6f6eec98e98e879c51a4ebdb6e 100644 (file)
             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.");
             }