diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-04-02 03:34:44 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-04-02 03:34:44 +0000 |
commit | 6139e0033a0435f526f16b5df9b1e597402d3377 (patch) | |
tree | 2863f34c452528dfa9104d614970b7c6220d8434 /app/controllers/comments_controller.rb | |
parent | adce697d9964be3092b358ea5fc10b399964cb19 (diff) | |
download | redmine-6139e0033a0435f526f16b5df9b1e597402d3377.tar.gz redmine-6139e0033a0435f526f16b5df9b1e597402d3377.zip |
spelling fixes (#25495)
git-svn-id: http://svn.redmine.org/redmine/trunk@16445 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/comments_controller.rb')
-rw-r--r-- | app/controllers/comments_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/comments_controller.rb b/app/controllers/comments_controller.rb index 9544caa1d..20cde9463 100644 --- a/app/controllers/comments_controller.rb +++ b/app/controllers/comments_controller.rb @@ -43,7 +43,7 @@ class CommentsController < ApplicationController private # ApplicationController's find_model_object sets it based on the controller - # name so it needs to be overriden and set to @news instead + # name so it needs to be overridden and set to @news instead def find_model_object super @news = @object |