aboutsummaryrefslogtreecommitdiffstats
path: root/lib/filesystemview.php
diff options
context:
space:
mode:
authorSam Tuke <samtuke@owncloud.com>2012-05-31 14:50:41 +0100
committerSam Tuke <samtuke@owncloud.com>2012-05-31 14:50:41 +0100
commit43fcae0409d558cbbbd7571fa731391e20c4b5d9 (patch)
tree2ee9901cff62b2da674c2ae932b528032b88bba0 /lib/filesystemview.php
parente93bb5135d0d12d3811f8c1eeaf162a613a3d98d (diff)
downloadnextcloud-server-43fcae0409d558cbbbd7571fa731391e20c4b5d9.tar.gz
nextcloud-server-43fcae0409d558cbbbd7571fa731391e20c4b5d9.zip
clarified comment
Diffstat (limited to 'lib/filesystemview.php')
-rw-r--r--lib/filesystemview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filesystemview.php b/lib/filesystemview.php
index d893bd4d3df..105ffb80afb 100644
--- a/lib/filesystemview.php
+++ b/lib/filesystemview.php
@@ -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'));