diff options
author | Georg Ehrke <developer@georgehrke.com> | 2013-07-22 15:30:57 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2013-07-22 15:30:57 +0200 |
commit | f1e939e1a3c9f63d98bd5ca7ca67568a97ff366f (patch) | |
tree | 14e9096800bb4f005440db1b8510e32ed518c339 /lib/archive.php | |
parent | 63791e2d8d323df2717979cc8ecab0c08587ed47 (diff) | |
parent | da892d69ab724354e1b3ee251e540ba306fffe44 (diff) | |
download | nextcloud-server-f1e939e1a3c9f63d98bd5ca7ca67568a97ff366f.tar.gz nextcloud-server-f1e939e1a3c9f63d98bd5ca7ca67568a97ff366f.zip |
Merge branch 'master' into fix_return_value_search_principals
Diffstat (limited to 'lib/archive.php')
-rw-r--r-- | lib/archive.php | 6 |
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 |