diff options
Diffstat (limited to 'Auth/OpenID/Interface.php')
-rw-r--r-- | Auth/OpenID/Interface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Interface.php b/Auth/OpenID/Interface.php index 71c58e7..1830179 100644 --- a/Auth/OpenID/Interface.php +++ b/Auth/OpenID/Interface.php @@ -74,7 +74,7 @@ class Auth_OpenID_OpenIDStore { * If no handle is specified, the store may return any association * which matches the server URL. If multiple associations are * valid, the recommended return value for this method is the one - * that will remain valid for the longest duration. + * most recently issued. * * This method is allowed (and encouraged) to garbage collect * expired associations when found. This method must not return |