summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/common.php
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-04-07 19:51:27 +0200
committerStefan Weil <sw@weilnetz.de>2016-04-07 19:51:27 +0200
commitb1a856d7b7e184241fcd862842d4aecddd9a00ec (patch)
treedad8a4f1c34e1c97ead9cd50a7c2f44469cb536e /lib/private/files/storage/common.php
parent6eefea1bb65897b0a1cf8668b15998a12ae197b9 (diff)
downloadnextcloud-server-b1a856d7b7e184241fcd862842d4aecddd9a00ec.tar.gz
nextcloud-server-b1a856d7b7e184241fcd862842d4aecddd9a00ec.zip
lib: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'lib/private/files/storage/common.php')
-rw-r--r--lib/private/files/storage/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/storage/common.php b/lib/private/files/storage/common.php
index 1d4801e5b97..df0d9695449 100644
--- a/lib/private/files/storage/common.php
+++ b/lib/private/files/storage/common.php
@@ -634,7 +634,7 @@ abstract class Common implements Storage, ILockingStorage {
public function getMetaData($path) {
$permissions = $this->getPermissions($path);
if (!$permissions & \OCP\Constants::PERMISSION_READ) {
- //cant read, nothing we can do
+ //can't read, nothing we can do
return null;
}