Skip to content

Commit 3aeb85b

Browse files
committed
fix typos of source comments at Member model
git-svn-id: http://svn.redmine.org/redmine/trunk@13074 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 66f0a5c commit 3aeb85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/member.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def set_issue_category_nil
8989
end
9090
end
9191

92-
# Find or initilize a Member with an id, attributes, and for a Principal
92+
# Find or initialize a Member with an id, attributes, and for a Principal
9393
def self.edit_membership(id, new_attributes, principal=nil)
9494
@membership = id.present? ? Member.find(id) : Member.new(:principal => principal)
9595
@membership.attributes = new_attributes

0 commit comments

Comments
 (0)