summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/lib/tracepointchecker.rb2
-rwxr-xr-xtool/mkconfig.rb2
-rwxr-xr-xtool/redmine-backporter.rb4
3 files changed, 4 insertions, 4 deletions
diff --git a/tool/lib/tracepointchecker.rb b/tool/lib/tracepointchecker.rb
index 47822ecef5..3254e59357 100644
--- a/tool/lib/tracepointchecker.rb
+++ b/tool/lib/tracepointchecker.rb
@@ -80,7 +80,7 @@ module TracePointChecker
call_stack.push method
STATE[:count] += 1
- verbose_out :psuh, method if verbose
+ verbose_out :push, method if verbose
}
TRACES << TracePoint.new(*return_events){|tp|
diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb
index bcd5307841..038fbf6428 100755
--- a/tool/mkconfig.rb
+++ b/tool/mkconfig.rb
@@ -268,7 +268,7 @@ print <<EOS if $unicode_emoji_version
CONFIG["UNICODE_EMOJI_VERSION"] = #{$unicode_emoji_version.dump}
EOS
print <<EOS if /darwin/ =~ arch
- CONFIG["SDKROOT"] = ENV["SDKROOT"] || "" # don't run xcrun everytime, usually useless.
+ CONFIG["SDKROOT"] = ENV["SDKROOT"] || "" # don't run xcrun every time, usually useless.
EOS
print <<EOS
CONFIG["archdir"] = "$(rubyarchdir)"
diff --git a/tool/redmine-backporter.rb b/tool/redmine-backporter.rb
index 245e2a66c0..9281219faa 100755
--- a/tool/redmine-backporter.rb
+++ b/tool/redmine-backporter.rb
@@ -97,7 +97,7 @@ class String
end
class StringScanner
- # lx: limit of x (colmns of screen)
+ # lx: limit of x (columns of screen)
# ly: limit of y (rows of screen)
def getrows(lx, ly)
cp1 = charpos
@@ -349,7 +349,7 @@ eom
i["custom_fields"].each do |x|
sio.puts "%-10s: %s" % [x["name"], x["value"]]
end
- #res["attachements"].each do |x|
+ #res["attachments"].each do |x|
#end
sio.puts i["description"]
sio.puts