diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/mail_handler/rdm-mailhandler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mail_handler/rdm-mailhandler.rb b/extra/mail_handler/rdm-mailhandler.rb index 49fb13cff..bbd6b0147 100644 --- a/extra/mail_handler/rdm-mailhandler.rb +++ b/extra/mail_handler/rdm-mailhandler.rb @@ -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 |