1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-03 23:53:23 +00: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:
Go MAEDA 2017-12-17 05:20:26 +00:00
parent a4931262d0
commit 861273e85a

View File

@ -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