diff options
author | tailor <cygnus@janrain.com> | 2007-10-16 20:16:31 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-10-16 20:16:31 +0000 |
commit | 2243ab48c6bad53f95ec9ff88012b832ca9af568 (patch) | |
tree | a81adf24c3ee720bed1e0e7e32558dd97b7b4f9e | |
parent | c0a45e443054d8fc9e67b7c88a121c2e9f0ab68e (diff) | |
download | php-openid-2243ab48c6bad53f95ec9ff88012b832ca9af568.zip php-openid-2243ab48c6bad53f95ec9ff88012b832ca9af568.tar.gz php-openid-2243ab48c6bad53f95ec9ff88012b832ca9af568.tar.bz2 |
[project @ Fix typo]
-rw-r--r-- | Auth/OpenID/AX.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/AX.php b/Auth/OpenID/AX.php index 715c3d8..41d9067 100644 --- a/Auth/OpenID/AX.php +++ b/Auth/OpenID/AX.php @@ -537,7 +537,7 @@ class Auth_OpenID_AX_KeyValueMessage extends Auth_OpenID_AX_Message { } /* - * Parse attribiute exchange key/value arguments into this object. + * Parse attribute exchange key/value arguments into this object. * * @param ax_args: The attribute exchange fetch_response * arguments, with namespacing removed. |