From: tjhunt <tjhunt>
Date: Wed, 21 Nov 2007 16:28:45 +0000 (+0000)
Subject: Fix typo.
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=28a082f102fe578ed3eb121bc772ca60f5c9785e;p=moodle.git

Fix typo.
---

diff --git a/admin/cron.php b/admin/cron.php
index ba149b4cfd..ffff0a8238 100644
--- a/admin/cron.php
+++ b/admin/cron.php
@@ -521,7 +521,7 @@
     $difftime = microtime_diff($starttime, microtime());
     mtrace("Execution took ".$difftime." seconds"); 
 
-/// finishe the IE hack
+/// finish the IE hack
     if (check_browser_version('MSIE')) {
         echo "</xmp>";
     }