Skip to content
Snippets Groups Projects
Commit dbbf5681 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Fix typo

parent a022e652
Branches
No related tags found
No related merge requests found
......@@ -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
*/
......
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment