Fixes typo
authorMatthias Schmidt <gravatronics@live.com>
Sun, 9 Jun 2013 10:53:15 +0000 (12:53 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 9 Jun 2013 10:53:15 +0000 (12:53 +0200)
wcfsetup/install/files/lib/system/exception/PermissionDeniedException.class.php

index 39b8eac1d85a72515b91c345f816712c370eca3b..749445de99d19eea87f5b9411b49cb64c99375dc 100644 (file)
@@ -3,10 +3,11 @@ namespace wcf\system\exception;
 use wcf\system\WCF;
 
 /**
- * A PermissionDeniedException is thrown when a user has no permission to access to a specific area.
+ * A PermissionDeniedException is thrown when a user has no permission to access
+ * to a specific area.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.exception
@@ -14,7 +15,7 @@ use wcf\system\WCF;
  */
 class PermissionDeniedException extends UserException {
        /**
-        * Creates a new IllegalLinkException object.
+        * Creates a new PermissionDeniedException object.
         */
        public function __construct() {
                parent::__construct(WCF::getLanguage()->get('wcf.global.error.permissionDenied'));