diff options
author | kondou <kondou@ts.unde.re> | 2013-07-16 05:56:52 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-07-16 06:01:26 +0200 |
commit | d9c697534d736e7165114a2f250f9ed9527dcf26 (patch) | |
tree | 9bf2aa98a88dbacb7913fddac0a49e31a23db6d8 /lib/archive | |
parent | f2639d62692b9cd25adff137fa65954fc3b5a794 (diff) | |
download | nextcloud-server-d9c697534d736e7165114a2f250f9ed9527dcf26.tar.gz nextcloud-server-d9c697534d736e7165114a2f250f9ed9527dcf26.zip |
Fix some typos
Diffstat (limited to 'lib/archive')
-rw-r--r-- | lib/archive/tar.php | 2 | ||||
-rw-r--r-- | lib/archive/zip.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/archive/tar.php b/lib/archive/tar.php index e7c81389619..a1c0535b1c3 100644 --- a/lib/archive/tar.php +++ b/lib/archive/tar.php @@ -182,7 +182,7 @@ class OC_Archive_TAR extends OC_Archive{ return $folderContent; } /** - *get all files in the archive + * get all files in the archive * @return array */ function getFiles() { diff --git a/lib/archive/zip.php b/lib/archive/zip.php index 8e31795ded1..8a866716a79 100644 --- a/lib/archive/zip.php +++ b/lib/archive/zip.php @@ -94,7 +94,7 @@ class OC_Archive_ZIP extends OC_Archive{ return $folderContent; } /** - *get all files in the archive + * get all files in the archive * @return array */ function getFiles() { |