diff options
| -rw-r--r-- | phpBB/phpbb/auth/auth.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/phpBB/phpbb/auth/auth.php b/phpBB/phpbb/auth/auth.php index 148a97c68e..b7634e04ce 100644 --- a/phpBB/phpbb/auth/auth.php +++ b/phpBB/phpbb/auth/auth.php @@ -984,7 +984,7 @@ class auth  			}  			/** -			 * TEvent is triggered after checking for valid username and password, and before the actual session creation. +			 * Event is triggered after checking for valid username and password, and before the actual session creation.  			 *  			 * @event core.auth_login_session_create_before  			 * @var	array	login				Variable containing login array | 
