From 516ec661c05f5f73ab921f25ac4cb58ecab1c3a2 Mon Sep 17 00:00:00 2001 From: Jesus Macias Date: Wed, 3 Sep 2014 18:12:36 +0200 Subject: [PATCH] Fix code with previous comments --- lib/private/files/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/files/view.php b/lib/private/files/view.php index 1af2f775603..f97f846bb5a 100644 --- a/lib/private/files/view.php +++ b/lib/private/files/view.php @@ -305,7 +305,7 @@ class View { } $result = $this->basicOperation('touch', $path, $hooks, $mtime); if (!$result) { - // If create file fails because of permissions on external extorage like sharepoint, + // If create file fails because of permissions on external storage like SMB folders, // check file exists and return false if not. if(!$this->file_exists($path)){ return false;