aboutsummaryrefslogtreecommitdiff
path: root/db/upgrade.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/upgrade.php')
-rw-r--r--db/upgrade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/upgrade.php b/db/upgrade.php
index e3fc7df..87ee235 100644
--- a/db/upgrade.php
+++ b/db/upgrade.php
@@ -41,7 +41,7 @@ function xmldb_qtype_algebra_upgrade($oldversion=0) {
upgrade_plugin_savepoint(true, 2008061500, 'qtype', 'algebra');
}
- // Drop the answers and variables fields wich are totaly redundants.
+ // Drop the answers and variables fields wich are totally redundant.
if ($oldversion < 2011072800) {
$table = new xmldb_table('question_algebra');
$field = new xmldb_field('answers');