summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-12 09:31:17 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-12 09:31:17 +0000
commit6ef345ab22ef79d35dacb802412066070bdccd2c (patch)
tree765034c79c4ef1bfb54d5066323acd39bc2292a0 /sample
parentd675b9de6c8b1bc991eafb8d7e1372d8f4c040e4 (diff)
sample/iseq_loader.rb: spelling fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample')
-rw-r--r--sample/iseq_loader.rb2
1 files changed, 1 insertions, 1 deletions
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