Skip to content

Commit 53e419d

Browse files
committed
Fix typo in rdm-mailhandler.rb: s/subadress/subaddress/ (#27812)
git-svn-id: http://svn.redmine.org/redmine/trunk@17120 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent cf172f4 commit 53e419d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/mail_handler/rdm-mailhandler.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def initialize
8686
"user") { |v| self.no_notification = '1'}
8787
opts.separator("")
8888
opts.separator("Issue attributes control options:")
89-
opts.on( "--project-from-subaddress ADDR", "select project from subadress of ADDR found",
89+
opts.on( "--project-from-subaddress ADDR", "select project from subaddress of ADDR found",
9090
"in To, Cc, Bcc headers") {|v| self.project_from_subaddress = v}
9191
opts.on("-p", "--project PROJECT", "identifier of the target project") {|v| self.issue_attributes['project'] = v}
9292
opts.on("-s", "--status STATUS", "name of the target status") {|v| self.issue_attributes['status'] = v}

0 commit comments

Comments
 (0)