From a0394be409af1079ea344656f40f0766bb00c386 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 15 Oct 2009 22:34:34 +0000 Subject: [PATCH] NOBUG. Typo --- lib/setuplib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.39.5