summaryrefslogtreecommitdiffstats
path: root/lib/archive.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-07-22 11:36:52 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-07-22 11:36:52 +0200
commit934f2e94a30e21bbd0c87f347bb05de3437f66db (patch)
tree9b6a0b0c389a7491c85616e5773bb438f129e817 /lib/archive.php
parent2964027cad2003dada6fdda3c929fee3005480a4 (diff)
parentda892d69ab724354e1b3ee251e540ba306fffe44 (diff)
downloadnextcloud-server-934f2e94a30e21bbd0c87f347bb05de3437f66db.tar.gz
nextcloud-server-934f2e94a30e21bbd0c87f347bb05de3437f66db.zip
Merge branch 'master' into disable-anon-upload-master
Diffstat (limited to 'lib/archive.php')
-rw-r--r--lib/archive.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/archive.php b/lib/archive.php
index 61239c82076..70615db714e 100644
--- a/lib/archive.php
+++ b/lib/archive.php
@@ -8,7 +8,7 @@
abstract class OC_Archive{
/**
- * open any of the supporeted archive types
+ * open any of the supported archive types
* @param string path
* @return OC_Archive
*/
@@ -69,7 +69,7 @@ abstract class OC_Archive{
*/
abstract function getFolder($path);
/**
- *get all files in the archive
+ * get all files in the archive
* @return array
*/
abstract function getFiles();
@@ -113,7 +113,7 @@ abstract class OC_Archive{
*/
abstract function getStream($path, $mode);
/**
- * add a folder and all it's content
+ * add a folder and all its content
* @param string $path
* @param string source
* @return bool