diff options
author | tailor <cygnus@janrain.com> | 2006-02-13 21:27:20 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-02-13 21:27:20 +0000 |
commit | 2aa40afd0ee71228367619275d0d82f45e8fefa4 (patch) | |
tree | 489fed627bf76d63b6240c001f31e141c246f769 | |
parent | 819da775bb604525f870b15b3e519613b16b0327 (diff) | |
download | php-openid-2aa40afd0ee71228367619275d0d82f45e8fefa4.zip php-openid-2aa40afd0ee71228367619275d0d82f45e8fefa4.tar.gz php-openid-2aa40afd0ee71228367619275d0d82f45e8fefa4.tar.bz2 |
[project @ Docblock markup typo fix]
-rw-r--r-- | Auth/OpenID/Consumer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index acff6fc..26369bd 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -218,7 +218,7 @@ define('Auth_OpenID_SETUP_NEEDED', 'setup needed'); * This is the status code beginAuth returns when the page fetched * from the entered OpenID URL doesn't contain the necessary link tags * to function as an identity page. -*/ + */ define('Auth_OpenID_PARSE_ERROR', 'parse error'); /** |