fixed comment typos

This commit is contained in:
Petr Skoda 2010-05-21 18:50:07 +00:00
parent 25a0c3e57b
commit 4c8725be66
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ class stored_file_creation_exception extends file_exception {
}
/**
* No file access excetion.
* No file access exception.
*/
class file_access_exception extends file_exception {
function __construct($debuginfo=null) {

View File

@ -94,8 +94,8 @@ class virtual_root_file {
}
/**
* Copy content of file to give npathname
* @param string $pathnema rela path to new file
* Copy content of file to given pathname
* @param string $pathname real path to new file
* @return bool success
*/
public function copy_content_to($pathname) {