summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index 553830d88..5d25f8841 100644
--- a/cron.php
+++ b/cron.php
@@ -17,6 +17,6 @@ if (isset($_GET['cron_key']) && variable_get('cron_key', 'drupal') == $_GET['cro
drupal_cron_run();
}
else {
- watchdog('cron', 'Cron did not run because an invalid key used.', array(), WATCHDOG_NOTICE);
+ watchdog('cron', 'Cron could not run because an invalid key was used.', array(), WATCHDOG_NOTICE);
drupal_access_denied();
}