fix typos of source comments at Member model

git-svn-id: http://svn.redmine.org/redmine/trunk@13074 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-04-07 08:07:25 +00:00
parent 66f0a5c2ef
commit 3aeb85bfd5
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class Member < ActiveRecord::Base
end
end
# Find or initilize a Member with an id, attributes, and for a Principal
# Find or initialize a Member with an id, attributes, and for a Principal
def self.edit_membership(id, new_attributes, principal=nil)
@membership = id.present? ? Member.find(id) : Member.new(:principal => principal)
@membership.attributes = new_attributes