small typeo
This commit is contained in:
parent
9c5c71f2d7
commit
20ae3232cd
1 changed files with 13 additions and 13 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue