From b3a5dedcec14fd46c913fd73c2d619d365f22c67 Mon Sep 17 00:00:00 2001 From: Jens Hausdorf Date: Thu, 25 Aug 2016 17:34:59 +0200 Subject: [PATCH] Fix typo in SessionHandler (#2094) --- .../install/files/lib/system/session/SessionHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/session/SessionHandler.class.php b/wcfsetup/install/files/lib/system/session/SessionHandler.class.php index e834a41983..5a5056db48 100644 --- a/wcfsetup/install/files/lib/system/session/SessionHandler.class.php +++ b/wcfsetup/install/files/lib/system/session/SessionHandler.class.php @@ -627,7 +627,7 @@ class SessionHandler extends SingletonFactory { * Checks if the active user has the given permissions and throws a * PermissionDeniedException if that isn't the case. * - * @param string[] $permissions ist of permissions where each one must pass + * @param string[] $permissions list of permissions where each one must pass * @throws PermissionDeniedException */ public function checkPermissions(array $permissions) { -- 2.20.1