diff options
Diffstat (limited to 'lib/public/share/ishareprovider.php')
-rw-r--r-- | lib/public/share/ishareprovider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/share/ishareprovider.php b/lib/public/share/ishareprovider.php index a14d58734bc..25fa76369ab 100644 --- a/lib/public/share/ishareprovider.php +++ b/lib/public/share/ishareprovider.php @@ -129,7 +129,7 @@ interface IShareProvider { /** * Get shared with the given user * - * @param stromg $userId get shares where this user is the recipient + * @param string $userId get shares where this user is the recipient * @param int $shareType * @param Node|null $node * @param int $limit The max number of entries returned, -1 for all |