diff options
Diffstat (limited to 'lib/archive/tar.php')
-rw-r--r-- | lib/archive/tar.php | 2 |
1 files changed, 1 insertions, 1 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() { |