summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-05-10 20:42:39 +0000
committertailor <cygnus@janrain.com>2006-05-10 20:42:39 +0000
commit2cdccd76d314c7cd005845dc6b2d6cfe18fef567 (patch)
tree97ef02c6c334bac910bebbfa67fb686ed3d5a8e2
parent66e4a30d41885f618e83ab6b7b8f13ec73f5009d (diff)
downloadphp-openid-2cdccd76d314c7cd005845dc6b2d6cfe18fef567.zip
php-openid-2cdccd76d314c7cd005845dc6b2d6cfe18fef567.tar.gz
php-openid-2cdccd76d314c7cd005845dc6b2d6cfe18fef567.tar.bz2
[project @ Documentation fixes.]
-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 92524c2..1b6285f 100644
--- a/Auth/OpenID/Consumer.php
+++ b/Auth/OpenID/Consumer.php
@@ -2,7 +2,7 @@
/**
* This module documents the main interface with the OpenID consumer
- * libary. The only part of the library which has to be used and
+ * library. The only part of the library which has to be used and
* isn't documented in full here is the store required to create an
* Auth_OpenID_Consumer instance. More on the abstract store type and
* concrete implementations of it that are provided in the