]> source.dussan.org Git - redmine.git/commitdiff
fix typos of source comments at Enumeration model
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 7 Apr 2014 08:06:50 +0000 (08:06 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 7 Apr 2014 08:06:50 +0000 (08:06 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13072 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/enumeration.rb

index 72d7278e2fee236364fc81bb96beb654c255c463..866f7466b5074de7dd27c89211e7e0dc8246b186 100644 (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