Fix typo in SessionHandler (#2094)
authorJens Hausdorf <jens1o@users.noreply.github.com>
Thu, 25 Aug 2016 15:34:59 +0000 (17:34 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 25 Aug 2016 15:34:59 +0000 (17:34 +0200)
wcfsetup/install/files/lib/system/session/SessionHandler.class.php

index e834a419837c3b9860f823af914253da77146241..5a5056db48c88cbfd56d183bae0a85a72b167259 100644 (file)
@@ -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) {