diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-08-11 10:35:13 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-08-11 10:35:13 +0900 |
| commit | 11d5782687f3f0f4f15dd78610c4d38981e31cca (patch) | |
| tree | af1d042ecde3e5d8372b62341b4e32ebb2e350e9 /mrbgems/mruby-bin-debugger/bintest/print.rb | |
| parent | 35be8b252495d92ca811d76996f03c470ee33380 (diff) | |
| parent | b03f1f78e3f1bab579b21219bbecffb6eb4b7020 (diff) | |
| download | mruby-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.rb | 2 |
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"} |
