From 7c6934dea9c66777ce1503616f595074d58989e1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 25 Mar 2024 14:55:52 +0100 Subject: [PATCH] fix(typo): Fix typo in docs Signed-off-by: Joas Schilling --- lib/private/Session/Internal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Session/Internal.php b/lib/private/Session/Internal.php index 5fb9b05c5f4..6c0e8538684 100644 --- a/lib/private/Session/Internal.php +++ b/lib/private/Session/Internal.php @@ -121,7 +121,7 @@ class Internal extends Session { * Wrapper around session_regenerate_id * * @param bool $deleteOldSession Whether to delete the old associated session file or not. - * @param bool $updateToken Wheater to update the associated auth token + * @param bool $updateToken Whether to update the associated auth token * @return void */ public function regenerateId(bool $deleteOldSession = true, bool $updateToken = false) {