summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger/bintest/print.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2018-08-11 10:35:13 +0900
committerGitHub <[email protected]>2018-08-11 10:35:13 +0900
commit11d5782687f3f0f4f15dd78610c4d38981e31cca (patch)
treeaf1d042ecde3e5d8372b62341b4e32ebb2e350e9 /mrbgems/mruby-bin-debugger/bintest/print.rb
parent35be8b252495d92ca811d76996f03c470ee33380 (diff)
parentb03f1f78e3f1bab579b21219bbecffb6eb4b7020 (diff)
downloadmruby-11d5782687f3f0f4f15dd78610c4d38981e31cca.tar.gz
mruby-11d5782687f3f0f4f15dd78610c4d38981e31cca.zip
Merge pull request #4081 from seratch/fix-typo
Fix misspelling words in comments, docs
Diffstat (limited to 'mrbgems/mruby-bin-debugger/bintest/print.rb')
-rw-r--r--mrbgems/mruby-bin-debugger/bintest/print.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-debugger/bintest/print.rb b/mrbgems/mruby-bin-debugger/bintest/print.rb
index 0d4aad011..6675392b8 100644
--- a/mrbgems/mruby-bin-debugger/bintest/print.rb
+++ b/mrbgems/mruby-bin-debugger/bintest/print.rb
@@ -317,7 +317,7 @@ TestConstNameSubClass.new.m()
bp = nil
SRC
- # todo: wait for 'break' to be implimented
+ # todo: wait for 'break' to be implemented
tc = []
9.times { tc << {:cmd=>"s"} }
tc << {:cmd=>"p CONST", :exp=>"super class"}