]> git.mjollnir.org Git - moodle.git/commitdiff
NOBUG. Typo
authorstronk7 <stronk7>
Thu, 15 Oct 2009 22:34:34 +0000 (22:34 +0000)
committerstronk7 <stronk7>
Thu, 15 Oct 2009 22:34:34 +0000 (22:34 +0000)
lib/setuplib.php

index 731b297687155ed8308ed0725c27f691b1fad7ac..c5f86476d7bb97cb408b5a1633cdadcda60732fe 100644 (file)
@@ -360,7 +360,7 @@ function prepare_error_message($errorcode, $module, $link, $a) {
  * @return string formatted backtrace, ready for output.
  */
 function format_backtrace($callers, $plaintext = false) {
-    // do not use $CFG->dirroot because it might not be available in desctructors
+    // do not use $CFG->dirroot because it might not be available in destructors
     $dirroot = dirname(dirname(__FILE__));
  
     if (empty($callers)) {