summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-02-13 21:27:20 +0000
committertailor <cygnus@janrain.com>2006-02-13 21:27:20 +0000
commit2aa40afd0ee71228367619275d0d82f45e8fefa4 (patch)
tree489fed627bf76d63b6240c001f31e141c246f769
parent819da775bb604525f870b15b3e519613b16b0327 (diff)
downloadphp-openid-2aa40afd0ee71228367619275d0d82f45e8fefa4.zip
php-openid-2aa40afd0ee71228367619275d0d82f45e8fefa4.tar.gz
php-openid-2aa40afd0ee71228367619275d0d82f45e8fefa4.tar.bz2
[project @ Docblock markup typo fix]
-rw-r--r--Auth/OpenID/Consumer.php2
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');
/**