Skip to content

Commit

Permalink
chore(IGetRealUIDBackend): Fix typo in doc block
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Sep 2, 2024
1 parent dc86ccf commit 2bf3280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/User/Backend/IGetRealUIDBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bf3280

Please sign in to comment.