remotes/origin/fix-10825
Lukas Reschke 10 years ago
parent a022e65285
commit dbbf568192
  1. 2
      lib/private/user/session.php
  2. 2
      lib/public/iusersession.php

@ -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
*/

Loading…
Cancel
Save