Skip to content
Snippets Groups Projects
Commit 43fcae04 authored by Sam Tuke's avatar Sam Tuke
Browse files

clarified comment

parent e93bb513
Branches
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ class OC_FilesystemView {
}
/**
* following functions are equivilent to their php buildin equivilents for arguments/return values.
* the following functions operate with arguments and return values identical to those of their PHP built-in equivalents
*/
public function mkdir($path){
return $this->basicOperation('mkdir',$path,array('create','write'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment