diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-09-09 05:51:08 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-09-09 05:51:08 +0000 |
commit | b84b6e42cf2f6d64772f20d695258c83f0652fa1 (patch) | |
tree | 22ab848233ad3bbf0b8ddcd80294c726fa5d9231 /cron.php | |
parent | e891a8785cda646d791c6e8d1c1e6c1c44ef3815 (diff) | |
download | drupal-b84b6e42cf2f6d64772f20d695258c83f0652fa1.tar.gz drupal-b84b6e42cf2f6d64772f20d695258c83f0652fa1.zip |
- 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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'; |