From 43fcae0409d558cbbbd7571fa731391e20c4b5d9 Mon Sep 17 00:00:00 2001 From: Sam Tuke Date: Thu, 31 May 2012 14:50:41 +0100 Subject: [PATCH] clarified comment --- lib/filesystemview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/filesystemview.php b/lib/filesystemview.php index d893bd4d3d..105ffb80af 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'));