diff options
author | Bart Visscher <bartv@thisnet.nl> | 2014-05-06 18:05:06 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2014-05-06 18:05:06 +0200 |
commit | 72864d1c5314ecbf912555f24e94b41f4218c11d (patch) | |
tree | a4345281a425dfd2f229d562b6b020d9125a4ba0 /lib/private/share/share.php | |
parent | 614cc67f884ffd2e386688c77a8bfffacef5c734 (diff) | |
download | nextcloud-server-72864d1c5314ecbf912555f24e94b41f4218c11d.tar.gz nextcloud-server-72864d1c5314ecbf912555f24e94b41f4218c11d.zip |
Typo
Diffstat (limited to 'lib/private/share/share.php')
-rw-r--r-- | lib/private/share/share.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/share/share.php b/lib/private/share/share.php index 9956ac99d57..942ae96dc4f 100644 --- a/lib/private/share/share.php +++ b/lib/private/share/share.php @@ -1006,7 +1006,7 @@ class Share extends \OC\Share\Constants { * @param string uidOwner User that is the owner of shared items (optional) * @param int $format Format to convert items to with formatItems() (optional) * @param mixed $parameters to pass to formatItems() (optional) - * @param int $limit Number of items to retur/n, -1 to return all matches (optional) + * @param int $limit Number of items to return, -1 to return all matches (optional) * @param bool $includeCollections Include collection item types (optional) * @param bool $itemShareWithBySource (optional) * @param bool $checkExpireDate |