From 2bf3280dcc3d8213b01bc057dd4a4c62c59f19e2 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 2 Sep 2024 12:30:01 +0200 Subject: [PATCH] chore(IGetRealUIDBackend): Fix typo in doc block Signed-off-by: Ferdinand Thiessen --- lib/public/User/Backend/IGetRealUIDBackend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/User/Backend/IGetRealUIDBackend.php b/lib/public/User/Backend/IGetRealUIDBackend.php index 08ac09f2b5c0a..8041043f7d594 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