small typeo

This commit is contained in:
Jörg Ostertag 2007-05-05 09:47:01 +00:00
parent 9c5c71f2d7
commit 20ae3232cd

View file

@ -10,7 +10,7 @@ class ApplicationController < ActionController::Base
redirect_to :controller => 'user', :action => 'login' unless @user
end
def authorize(realm='Web Password', errormessage="Could't authenticate you")
def authorize(realm='Web Password', errormessage="Couldn't authenticate you")
username, passwd = get_auth_data # parse from headers
# authenticate per-scheme
if username.nil?