diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-09-02 12:30:01 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-09-02 12:30:01 +0200 |
commit | 2bf3280dcc3d8213b01bc057dd4a4c62c59f19e2 (patch) | |
tree | 89be727f2989b1bdfa1b301d38eab77af1a6fef9 /lib/public | |
parent | dc86ccf074c73c56ccd7995637880336dd372799 (diff) | |
download | nextcloud-server-2bf3280dcc3d8213b01bc057dd4a4c62c59f19e2.tar.gz nextcloud-server-2bf3280dcc3d8213b01bc057dd4a4c62c59f19e2.zip |
chore(IGetRealUIDBackend): Fix typo in doc block
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/User/Backend/IGetRealUIDBackend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/User/Backend/IGetRealUIDBackend.php b/lib/public/User/Backend/IGetRealUIDBackend.php index 08ac09f2b5c..8041043f7d5 100644 --- a/lib/public/User/Backend/IGetRealUIDBackend.php +++ b/lib/public/User/Backend/IGetRealUIDBackend.php @@ -17,7 +17,7 @@ interface IGetRealUIDBackend { * For example the database backend accepts different cased UIDs in all the functions * but the internal UID that is to be used should be correctly cased. * - * This little function makes sure that the used UID will be correct hen using the user object + * This little function makes sure that the used UID will be correct when using the user object * * @since 17.0.0 * @param string $uid |