From d3da2ae51bc5f7c299d39ca57a70d7f64a938e18 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Wed, 4 Aug 2010 09:45:21 +0000 Subject: [PATCH] fixed typos --- lib/db/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index 8bf4a3b6d66..0881eeaf8d8 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -4895,7 +4895,7 @@ WHERE gradeitemid IS NOT NULL AND grademax IS NOT NULL"); } if ($oldversion < 2010080305) { - // first drop all log disaply actions, we will rectreate them automatically later + // first drop all log display actions, we will recreate them automatically later $DB->delete_records('log_display', array()); // Define field component to be added to log_display