aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Encryption/IEncryptionModule.php
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-10-14 12:09:35 +0200
committerprovokateurin <kate@provokateurin.de>2024-10-14 13:59:24 +0200
commit51d9d63a01b878b38630a5def73b08cad2d30f44 (patch)
tree4df6f48f47c04fbeb68d459e4e6c5be75fdc8fe2 /lib/public/Encryption/IEncryptionModule.php
parent3f75c4808d5153588c671c6a47c6aadb501f6308 (diff)
downloadnextcloud-server-51d9d63a01b878b38630a5def73b08cad2d30f44.tar.gz
nextcloud-server-51d9d63a01b878b38630a5def73b08cad2d30f44.zip
chore: Use more gender neutral language
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'lib/public/Encryption/IEncryptionModule.php')
-rw-r--r--lib/public/Encryption/IEncryptionModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Encryption/IEncryptionModule.php b/lib/public/Encryption/IEncryptionModule.php
index fbac291c1b9..0bf0ef3476b 100644
--- a/lib/public/Encryption/IEncryptionModule.php
+++ b/lib/public/Encryption/IEncryptionModule.php
@@ -125,7 +125,7 @@ interface IEncryptionModule {
* e.g. if all encryption keys exists
*
* @param string $path
- * @param string $uid user for whom we want to check if he can read the file
+ * @param string $uid user for whom we want to check if they can read the file
* @return boolean
* @since 8.1.0
*/