aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-11 15:43:43 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-11 15:43:43 +0000
commit8492e990ab03eb8eb4415ac5ab05fb024349d7a3 (patch)
treec8b5ee236840c4f6f1fc9b089cf17361e622ec33 /tool
parent89a8384da3acaca6afc40c522c19047c74e958e9 (diff)
downloadruby-8492e990ab03eb8eb4415ac5ab05fb024349d7a3.tar.gz
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
Diffstat (limited to 'tool')
-rwxr-xr-xtool/redmine-backporter.rb2
1 files changed, 1 insertions, 1 deletions
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