Actions
Defect #27810
closedTypo in rdm-mailhandler.rb: s/Proccessed/Processed/
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Index: extra/mail_handler/rdm-mailhandler.rb
===================================================================
--- extra/mail_handler/rdm-mailhandler.rb (revision 17114)
+++ extra/mail_handler/rdm-mailhandler.rb (working copy)
@@ -186,7 +186,7 @@
warn "Failed to contact your Redmine server (#{response.code})."
return 75
when 201
- debug "Proccessed successfully"
+ debug "Processed successfully"
return 0
else
return 1
Updated by Go MAEDA almost 7 years ago
- Subject changed from Typo: s/Proccessed/Processed/ to Typo in rdm-mailhandler.rb: s/Proccessed/Processed/
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed to the trunk.
Actions