mirror of
https://github.com/redmine/redmine.git
synced 2026-07-01 00:18:56 +02:00
Fix typo in rdm-mailhandler.rb: s/Proccessed/Processed/ (#27810).
git-svn-id: http://svn.redmine.org/redmine/trunk@17115 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -186,7 +186,7 @@ END_DESC
|
||||
warn "Failed to contact your Redmine server (#{response.code})."
|
||||
return 75
|
||||
when 201
|
||||
debug "Proccessed successfully"
|
||||
debug "Processed successfully"
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user