From b1a856d7b7e184241fcd862842d4aecddd9a00ec Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 7 Apr 2016 19:51:27 +0200 Subject: lib: Fix typos (found by codespell) Signed-off-by: Stefan Weil --- lib/private/files/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/files/view.php') 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); } } -- cgit v1.2.3