From d1bc463c6e80ce3cab6deacde0cf2ba6996cfc62 Mon Sep 17 00:00:00 2001 From: normal Date: Fri, 12 Jan 2018 09:31:17 +0000 Subject: sample/iseq_loader.rb: spelling fix git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/iseq_loader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample') diff --git a/sample/iseq_loader.rb b/sample/iseq_loader.rb index bb2d92ea77..bf6e422d29 100644 --- a/sample/iseq_loader.rb +++ b/sample/iseq_loader.rb @@ -41,7 +41,7 @@ class RubyVM::InstructionSequence at_exit{ STDERR.puts "[ISEQ_LOADER] #{Process.pid} time: #{Time.now - LAUNCHED_TIME}, " + "loaded: #{$ISEQ_LOADER_LOADED}, " + - "compied: #{$ISEQ_LOADER_COMPILED}, " + + "compiled: #{$ISEQ_LOADER_COMPILED}, " + "ignored: #{$ISEQ_LOADER_IGNORED}" } if COMPILE_VERBOSE -- cgit v1.2.3