Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrencegf committed Apr 2, 2020
1 parent 11342d7 commit e2eac2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Service/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public static function unsetCookieVar($cookie)
}

/**
* getPortalOrlCookieVar
* getPortalOrCookieVar
*
* This is a convenience function which first checks if there is a
* OAuth 1.0a ('delegate') or OIDC ('authorize') session active.
Expand All @@ -273,7 +273,7 @@ public static function unsetCookieVar($cookie)
* 'normal' cookie. Return empty string if no matching
* cookie in either place.
*/
public static function getPortalOrlCookieVar($cookie)
public static function getPortalOrCookieVar($cookie)
{
$retval = '';
$pc = new PortalCookie();
Expand Down

0 comments on commit e2eac2e

Please sign in to comment.