diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-04-07 19:51:27 +0200 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2016-04-07 19:51:27 +0200 |
commit | b1a856d7b7e184241fcd862842d4aecddd9a00ec (patch) | |
tree | dad8a4f1c34e1c97ead9cd50a7c2f44469cb536e /lib/private/archive | |
parent | 6eefea1bb65897b0a1cf8668b15998a12ae197b9 (diff) | |
download | nextcloud-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/archive')
-rw-r--r-- | lib/private/archive/zip.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/archive/zip.php b/lib/private/archive/zip.php index 8962a8e446e..0d8d3b7ce76 100644 --- a/lib/private/archive/zip.php +++ b/lib/private/archive/zip.php @@ -185,7 +185,7 @@ class OC_Archive_ZIP extends OC_Archive{ if($mode=='r' or $mode=='rb') { return $this->zip->getStream($path); } else { - //since we cant directly get a writable stream, + //since we can't directly get a writable stream, //make a temp copy of the file and put it back //in the archive when the stream is closed if(strrpos($path, '.')!==false) { |