aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-03-23 15:00:41 +0100
committerGitHub <noreply@github.com>2023-03-23 15:00:41 +0100
commit825f847ef12c17621697c02349396261a33d43f5 (patch)
tree9eedec71bd0562135d2d88559e86353737c4a038 /lib
parent67614150b5aea347632d2b9ea1f36f24aca1ac9b (diff)
parentfb9c8e379030766f078a168a75e40efc7d4409a6 (diff)
downloadnextcloud-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.php2
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
*/
/**