]> git.mjollnir.org Git - moodle.git/commitdiff
NOBUG: fixed typos
authorPetr Skoda <skodak@moodle.org>
Wed, 11 Nov 2009 10:35:45 +0000 (10:35 +0000)
committerPetr Skoda <skodak@moodle.org>
Wed, 11 Nov 2009 10:35:45 +0000 (10:35 +0000)
mod/upgrade.txt

index b6611812d8a79ab6ade8ceca44f5f60139c5b039..f7e854f3d255b6fdae4469a5017f21495b91a20e 100644 (file)
@@ -8,11 +8,11 @@ required changes in code:
 * use new DDL syntax in db/upgrade.php
 * replace defaults.php by settings.php and db/install.php
 * replace STATEMENTS section in db/install.xml by db/install.php
-* move post instalation code from lib.php into db/install.php
+* move post installation code from lib.php into db/install.php
 * completely rewrite file handling
 * rewrite backup/restore
-* rewrite trusstext support - new db table columns needed
-* migrade all module features from mod_edit.php form to lib.php/modulename_supports() function
+* rewrite trusttext support - new db table columns needed
+* migrate all module features from mod_edit.php form to lib.php/modulename_supports() function
 * implement new gradebook support (legacy 1.8.x grading not supported anymore)
 * migrate custom resource module subtypes into separate modules