clarified comment

This commit is contained in:
Sam Tuke 2012-05-31 14:50:41 +01:00
parent e93bb5135d
commit 43fcae0409
1 changed files with 1 additions and 1 deletions

View File

@ -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'));