fix typos of source comments at Enumeration model

git-svn-id: http://svn.redmine.org/redmine/trunk@13072 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-04-07 08:06:50 +00:00
parent 9250994088
commit 071d2d7f47
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class Enumeration < ActiveRecord::Base
self.objects_count != 0
end
# Is this enumeration overiding a system level enumeration?
# Is this enumeration overriding a system level enumeration?
def is_override?
!self.parent.nil?
end