Skip to content

Commit

Permalink
The method name was incorrect -- should be signed? not singed?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Mell authored and chowells79 committed Jul 20, 2010
1 parent fb8c6c3 commit 1e5a40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/openid/consumer/responses.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def signed?(ns_uri, ns_key)
# Return the specified signed field if available, otherwise
# return default
def get_signed(ns_uri, ns_key, default=nil)
if singed?(ns_uri, ns_key)
if signed?(ns_uri, ns_key)
return @message.get_arg(ns_uri, ns_key, default)
else
return default
Expand Down

0 comments on commit 1e5a40d

Please sign in to comment.