This commit is contained in:
Lukas Reschke 2014-12-19 14:36:00 +01:00
parent a022e65285
commit dbbf568192
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ class Session implements IUserSession, Emitter {
}
/**
* Checks wether the user is logged in
* Checks whether the user is logged in
*
* @return bool if logged in
*/

View File

@ -66,7 +66,7 @@ interface IUserSession {
public function getUser();
/**
* Checks wether the user is logged in
* Checks whether the user is logged in
*
* @return bool if logged in
*/