Skip to content

Commit

Permalink
Fixed typo in lib/oauth/models/consumers/token.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
krasio authored and pelle committed Jan 4, 2011
1 parent d084b1c commit 35eddeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/oauth/models/consumers/token.rb
Expand Up @@ -63,7 +63,7 @@ module InstanceMethods
# Main client for interfacing with remote service. Override this to use # Main client for interfacing with remote service. Override this to use
# preexisting library eg. Twitter gem. # preexisting library eg. Twitter gem.
def client def client
@client||=OAuth::AccessToken.new slelf.class.consumer,token,secret @client||=OAuth::AccessToken.new self.class.consumer,token,secret
end end


def simple_client def simple_client
Expand All @@ -86,4 +86,4 @@ def create_user
end end
end end
end end
end end

0 comments on commit 35eddeb

Please sign in to comment.