diff options
author | Simon L <szaimen@e.mail.de> | 2023-03-23 15:00:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 15:00:41 +0100 |
commit | 825f847ef12c17621697c02349396261a33d43f5 (patch) | |
tree | 9eedec71bd0562135d2d88559e86353737c4a038 /lib | |
parent | 67614150b5aea347632d2b9ea1f36f24aca1ac9b (diff) | |
parent | fb9c8e379030766f078a168a75e40efc7d4409a6 (diff) | |
download | nextcloud-server-825f847ef12c17621697c02349396261a33d43f5.tar.gz nextcloud-server-825f847ef12c17621697c02349396261a33d43f5.zip |
Merge pull request #37234 from cob2p/bugfix/typo
Fix the typo in comments
Diffstat (limited to 'lib')
-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 487625affc1..dec71f792fd 100644 --- a/lib/private/Share/Share.php +++ b/lib/private/Share/Share.php @@ -63,7 +63,7 @@ class Share extends Constants { * Apps are required to handle permissions on their own, this class only * stores and manages the permissions of shares * - * @see lib/public/constants.php + * @see lib/public/Constants.php */ /** |