Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Neath committed Oct 22, 2008
1 parent 110f930 commit 8faf886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/sessions_controller.rb
Expand Up @@ -25,7 +25,7 @@ def open_id_authentication
successful_login
else
flash[:error] = result.message || "Sorry no user with that identity URL exists"
@rememer_me = params[:remember_me]
@remember_me = params[:remember_me]
render :action => :new
end
end
Expand Down

0 comments on commit 8faf886

Please sign in to comment.