fix a constant name typo in redmine-backporter.rb

[ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2016-11-11 15:43:43 +00:00
parent a0f1c77adc
commit 6feb1684f3
1 changed files with 1 additions and 1 deletions

View File

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