]> source.dussan.org Git - nextcloud-server.git/commitdiff
clarified comment
authorSam Tuke <samtuke@owncloud.com>
Thu, 31 May 2012 13:50:41 +0000 (14:50 +0100)
committerSam Tuke <samtuke@owncloud.com>
Thu, 31 May 2012 13:50:41 +0000 (14:50 +0100)
lib/filesystemview.php

index d893bd4d3dff495994a385095abd7a1d91108223..105ffb80afbd56c62fe04f9302c09bece20a5677 100644 (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'));