diff options
Diffstat (limited to 'modules/openid')
-rw-r--r-- | modules/openid/openid.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openid/openid.inc b/modules/openid/openid.inc index 7f525cf21..1e968c103 100644 --- a/modules/openid/openid.inc +++ b/modules/openid/openid.inc @@ -86,7 +86,7 @@ function _openid_is_xri($identifier) { } /** - * Normalize the given identifer as per spec. + * Normalize the given identifier as per spec. */ function _openid_normalize($identifier) { if (_openid_is_xri($identifier)) { |