mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
fixed comment typos
This commit is contained in:
parent
25a0c3e57b
commit
4c8725be66
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user