diff options
author | tailor <sam.alexander@vidoop.com> | 2008-01-16 17:44:48 +0000 |
---|---|---|
committer | tailor <sam.alexander@vidoop.com> | 2008-01-16 17:44:48 +0000 |
commit | 8c4eb42f62c3f12b770a65f216c39e590b979b38 (patch) | |
tree | 005163c0d6d6186484a3a6f2df8d960a17189137 /Auth | |
parent | d2e236ff7f0f5f0ef41bff170b788474717df349 (diff) | |
download | php-openid-8c4eb42f62c3f12b770a65f216c39e590b979b38.zip php-openid-8c4eb42f62c3f12b770a65f216c39e590b979b38.tar.gz php-openid-8c4eb42f62c3f12b770a65f216c39e590b979b38.tar.bz2 |
[project @ Fixing documentation]
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/Yadis/Manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/Yadis/Manager.php b/Auth/Yadis/Manager.php index 43fb50a..d50cf7a 100644 --- a/Auth/Yadis/Manager.php +++ b/Auth/Yadis/Manager.php @@ -361,7 +361,7 @@ class Auth_Yadis_Manager { * * High-level usage pattern is to call .getNextService(discover) in * order to find the next available service for this user for this - * session. Once a request completes, call .finish() to clean up the + * session. Once a request completes, call .cleanup() to clean up the * session state. * * @package OpenID |