]> source.dussan.org Git - redmine.git/commitdiff
code cleanup: fix source code comment in r18607
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 7 Oct 2019 07:34:22 +0000 (07:34 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 7 Oct 2019 07:34:22 +0000 (07:34 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18613 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/changeset.rb

index fe1831f9f3efe5bbf0f29ccb1a1d5d307a0c8ada..ba64916bd40793b6a8c8ea9b25e3ba1aea041a09 100644 (file)
@@ -284,7 +284,7 @@ class Changeset < ActiveRecord::Base
     return @short_comments, @long_comments
   end
 
-  # singleton class are public
+  # Singleton class method is public
   class << self
     # Strips and reencodes a commit log before insertion into the database
     def normalize_comments(str, encoding)