aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/update.php
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-03-09 15:14:05 +0100
committerStefan Weil <sw@weilnetz.de>2016-03-09 15:14:05 +0100
commit692f312513158edf4cf99607e6d5437d139003c7 (patch)
tree9dd8b7e8d384c8297acc1b9c1e9eaf7283e8e073 /apps/files/appinfo/update.php
parentd0a70a9776290b419abe14d297fa179b56839846 (diff)
downloadnextcloud-server-692f312513158edf4cf99607e6d5437d139003c7.tar.gz
nextcloud-server-692f312513158edf4cf99607e6d5437d139003c7.zip
apps/files: Fix typos in comments (found and fixed by codespell)
This contribution is AGPL and MIT licensed. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'apps/files/appinfo/update.php')
-rw-r--r--apps/files/appinfo/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/appinfo/update.php b/apps/files/appinfo/update.php
index 72aff4cd0d4..621ef7d2987 100644
--- a/apps/files/appinfo/update.php
+++ b/apps/files/appinfo/update.php
@@ -27,7 +27,7 @@ $installedVersion = \OC::$server->getConfig()->getAppValue('files', 'installed_v
$ocVersion = explode('.', \OC::$server->getSystemConfig()->getValue('version'));
/**
- * In case encryption was not enabled, we accidently set encrypted = 1 for
+ * In case encryption was not enabled, we accidentally set encrypted = 1 for
* files inside mount points, since 8.1.0. This breaks opening the files in
* 8.1.1 because we fixed the code that checks if a file is encrypted.
* In order to fix the file, we need to reset the flag of the file. However,