From: Sam Tuke Date: Thu, 31 May 2012 13:50:41 +0000 (+0100) Subject: clarified comment X-Git-Tag: v4.5.0beta1~74^2~425^2~32 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=43fcae0409d558cbbbd7571fa731391e20c4b5d9;p=nextcloud-server.git clarified comment --- 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'));