summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger
diff options
context:
space:
mode:
authorKazuhiro Sera <[email protected]>2018-08-11 00:28:32 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2018-08-25 09:19:17 +0900
commit2b2ff844a17f07a80a6b8f22d8963ea050f82344 (patch)
tree7086cf708cf6081fe09b60a941be41bf9f1cac1e /mrbgems/mruby-bin-debugger
parentb083c1351f98206aa048d0dea83b83304a1adcc4 (diff)
downloadmruby-2b2ff844a17f07a80a6b8f22d8963ea050f82344.tar.gz
mruby-2b2ff844a17f07a80a6b8f22d8963ea050f82344.zip
Fix misspelling words in comments
Diffstat (limited to 'mrbgems/mruby-bin-debugger')
-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"}