summaryrefslogtreecommitdiffstats
path: root/lib/redmine
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-11-18 12:04:38 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-11-18 12:04:38 +0000
commit298c8a9f0a62d6ff8d6dd54a423a6640cdc2baf6 (patch)
treea4b7f2d18bdcf2ba100b0cb0debf18a15126c267 /lib/redmine
parente6130a1e0d95daef63db14c7ed7bcb9ff6ba35e9 (diff)
downloadredmine-298c8a9f0a62d6ff8d6dd54a423a6640cdc2baf6.tar.gz
redmine-298c8a9f0a62d6ff8d6dd54a423a6640cdc2baf6.zip
Typo in class name (#24150).
git-svn-id: http://svn.redmine.org/redmine/trunk@15960 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine')
-rw-r--r--lib/redmine/field_format.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/field_format.rb b/lib/redmine/field_format.rb
index 4c3dd7029..fd90b8097 100644
--- a/lib/redmine/field_format.rb
+++ b/lib/redmine/field_format.rb
@@ -860,7 +860,7 @@ module Redmine
end
end
- class AttachementFormat < Base
+ class AttachmentFormat < Base
add 'attachment'
self.form_partial = 'custom_fields/formats/attachment'
self.is_filter_supported = false