summaryrefslogtreecommitdiffstats
path: root/lib/private/archive/zip.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/archive/zip.php')
-rw-r--r--lib/private/archive/zip.php2
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) {