aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
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