aboutsummaryrefslogtreecommitdiffstats
path: root/lib/archive.php
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-07-16 05:56:52 +0200
committerkondou <kondou@ts.unde.re>2013-07-16 06:01:26 +0200
commitd9c697534d736e7165114a2f250f9ed9527dcf26 (patch)
tree9bf2aa98a88dbacb7913fddac0a49e31a23db6d8 /lib/archive.php
parentf2639d62692b9cd25adff137fa65954fc3b5a794 (diff)
downloadnextcloud-server-d9c697534d736e7165114a2f250f9ed9527dcf26.tar.gz
nextcloud-server-d9c697534d736e7165114a2f250f9ed9527dcf26.zip
Fix some typos
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