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 /config/application.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 'config/application.rb')
-rw-r--r-- | config/application.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index 965edcec2..e1a416ae7 100644 --- a/config/application.rb +++ b/config/application.rb @@ -47,7 +47,7 @@ module RedmineApp # Do not include all helpers config.action_controller.include_all_helpers = false - # Do not supress errors in after_rollback and after_commit callbacks + # Do not suppress errors in after_rollback and after_commit callbacks config.active_record.raise_in_transactional_callbacks = true # XML parameter parser removed from core in Rails 4.0 |