diff --git a/tool/redmine-backporter.rb b/tool/redmine-backporter.rb index a9007e1a5e..4be41b407a 100755 --- a/tool/redmine-backporter.rb +++ b/tool/redmine-backporter.rb @@ -436,7 +436,7 @@ eom "backport" => proc{|args| # this feature implies backport command which wraps tool/merger.rb - raise CommandSyntexError unless args.empty? + raise CommandSyntaxError unless args.empty? unless @issue puts "ticket not selected" next