summaryrefslogtreecommitdiff
path: root/cron.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-09-09 05:51:08 +0000
committerDries Buytaert <dries@buytaert.net>2004-09-09 05:51:08 +0000
commitb84b6e42cf2f6d64772f20d695258c83f0652fa1 (patch)
tree22ab848233ad3bbf0b8ddcd80294c726fa5d9231 /cron.php
parente891a8785cda646d791c6e8d1c1e6c1c44ef3815 (diff)
downloadbrdo-b84b6e42cf2f6d64772f20d695258c83f0652fa1.tar.gz
brdo-b84b6e42cf2f6d64772f20d695258c83f0652fa1.tar.bz2
- Patch #10663 by JonBob: documentation improvements: fixed some typos and improved consistency to the use of Doxygen/api.module commands in the comments.
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index 84927b75e..01e10eb3b 100644
--- a/cron.php
+++ b/cron.php
@@ -3,7 +3,7 @@
/**
* @file
- * Handles incoming requests to fire of regularly-scheduled tasks (cron jobs).
+ * Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
*/
include_once 'includes/bootstrap.inc';