diff options
| author | John Bampton <[email protected]> | 2021-02-13 17:21:17 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2021-02-13 17:21:17 +1000 |
| commit | be40e9c783363b45a14ba70a18157385814e8b3e (patch) | |
| tree | 1a3dd21c1c0f4a2898ae8f308e1cd516f4d9e717 /mrbgems/mruby-bin-debugger | |
| parent | 9a9c95986a2bb5d647f7a610c04987cd2b9397f4 (diff) | |
| download | mruby-be40e9c783363b45a14ba70a18157385814e8b3e.tar.gz mruby-be40e9c783363b45a14ba70a18157385814e8b3e.zip | |
chore: fix spelling
Normally a single spell checker can't find all the mistakes or check all types of code.
These mistakes were found by another spell checker inside my editor with a more manual sift / find.
Diffstat (limited to 'mrbgems/mruby-bin-debugger')
| -rw-r--r-- | mrbgems/mruby-bin-debugger/bintest/print.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-bin-debugger/bintest/print.rb b/mrbgems/mruby-bin-debugger/bintest/print.rb index 4a4339f5a..63ebded3e 100644 --- a/mrbgems/mruby-bin-debugger/bintest/print.rb +++ b/mrbgems/mruby-bin-debugger/bintest/print.rb @@ -264,7 +264,7 @@ SRC BinTest_MrubyBinDebugger.test(src, tc) end -assert('mruby-bin-debugger(print) same name:instance variabe') do +assert('mruby-bin-debugger(print) same name:instance variable') do # ruby source (bp is break point) src = <<"SRC" @iv = 'top' @@ -296,7 +296,7 @@ SRC BinTest_MrubyBinDebugger.test(src, tc) end -# Kernel#instance_eval(string) does't work const. +# Kernel#instance_eval(string) doesn't work const. =begin assert('mruby-bin-debugger(print) same name:const') do # ruby source (bp is break point) |
