summaryrefslogtreecommitdiffstats
path: root/lib/private/files/view.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/files/view.php')
-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 4421a016356..aac33a4598c 100644
--- a/lib/private/files/view.php
+++ b/lib/private/files/view.php
@@ -742,7 +742,7 @@ class View {
$this->writeUpdate($storage2, $internalPath2);
} else if ($result) {
- if ($internalPath1 !== '') { // dont do a cache update for moved mounts
+ if ($internalPath1 !== '') { // don't do a cache update for moved mounts
$this->renameUpdate($storage1, $storage2, $internalPath1, $internalPath2);
}
}