spelling fixes (#25495)

git-svn-id: http://svn.redmine.org/redmine/trunk@16445 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2017-04-02 03:34:44 +00:00
parent adce697d99
commit 6139e0033a
16 changed files with 23 additions and 23 deletions

View File

@@ -42,7 +42,7 @@ class AccountController < ApplicationController
authenticate_user
end
rescue AuthSourceException => e
logger.error "An error occured when authenticating #{params[:username]}: #{e.message}"
logger.error "An error occurred when authenticating #{params[:username]}: #{e.message}"
render_error :message => e.message
end