mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
chore(IGetRealUIDBackend): Fix typo in doc block
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
dc86ccf074
commit
2bf3280dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue