aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Macias <jmacias@full-on-net.com>2014-09-03 18:12:36 +0200
committerJesus Macias <jmacias@full-on-net.com>2014-09-03 18:12:36 +0200
commit516ec661c05f5f73ab921f25ac4cb58ecab1c3a2 (patch)
tree6535a910aeb353a38053b2bc1f7122874e342d2c
parent819fa01e2092201cb904da20c4b751850435748e (diff)
downloadnextcloud-server-516ec661c05f5f73ab921f25ac4cb58ecab1c3a2.tar.gz
nextcloud-server-516ec661c05f5f73ab921f25ac4cb58ecab1c3a2.zip
Fix code with previous comments
-rw-r--r--lib/private/files/view.php2
1 files changed, 1 insertions, 1 deletions
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;