From: stronk7 Date: Thu, 15 Oct 2009 22:34:34 +0000 (+0000) Subject: NOBUG. Typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a0394be409af1079ea344656f40f0766bb00c386;p=moodle.git NOBUG. Typo --- diff --git a/lib/setuplib.php b/lib/setuplib.php index 731b297687..c5f86476d7 100644 --- a/lib/setuplib.php +++ b/lib/setuplib.php @@ -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)) {