From e2ac03354a3b34c34d68bfc5905bcf1e4311e4ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=B3=BD=E8=BD=A9?= Date: Thu, 12 Jan 2017 20:47:48 +0800 Subject: [PATCH] Fix a tiny typo in mailer_patch.rb --- lib/redmine_custom_workflows/mailer_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine_custom_workflows/mailer_patch.rb b/lib/redmine_custom_workflows/mailer_patch.rb index 863ed23..cc02d50 100644 --- a/lib/redmine_custom_workflows/mailer_patch.rb +++ b/lib/redmine_custom_workflows/mailer_patch.rb @@ -27,7 +27,7 @@ module RedmineCustomWorkflows format.html { render template_name } unless Setting.plain_text_mail? end else - raise 'Nor :text_body, :html_body or :template_name specified' + raise 'Not :text_body, :html_body or :template_name specified' end end end