docs spellchecker fixes

This commit is contained in:
Petr Skoda 2010-07-11 18:08:36 +00:00
parent b832bbddd9
commit 39b5371c32
6 changed files with 17 additions and 17 deletions

View file

@ -78,7 +78,7 @@ class mnethosturl_final_element extends backup_final_element {
*
* This class overwrites the standard fill_values() method, so it gets intercepted
* for each file record being set to xml, in order to copy, at the same file, the
* phisical file from moodle file storage to backup file storage
* physical file from moodle file storage to backup file storage
*
* TODO: Finish phpdocs
*/
@ -104,6 +104,6 @@ class file_nested_element extends backup_nested_element {
/**
* Implementation of backup_optigroup_element to be used by subplugins stuff.
* Split just for better separation and future especialitation
* Split just for better separation and future specialisation
*/
class backup_subplugin_element extends backup_optigroup_element { }