diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-13 23:36:18 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-13 23:36:18 +0900 |
| commit | e9fe337b952731226449027a4c34471af27b23e6 (patch) | |
| tree | 77b0097e93d105368890ab0611801225e72f7ec6 /mrbgems/mruby-bin-debugger | |
| parent | 116e128b1a103e2fb246cc9d53b82246b24dbd40 (diff) | |
| parent | 940dec5e7df1c4c7ec131073bd364ddd59d4b48c (diff) | |
| download | mruby-e9fe337b952731226449027a4c34471af27b23e6.tar.gz mruby-e9fe337b952731226449027a4c34471af27b23e6.zip | |
Merge pull request #5221 from jbampton/fix-spelling
Fix spelling
Diffstat (limited to 'mrbgems/mruby-bin-debugger')
| -rw-r--r-- | mrbgems/mruby-bin-debugger/bintest/print.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mrbgems/mruby-bin-debugger/bintest/print.rb b/mrbgems/mruby-bin-debugger/bintest/print.rb index 74f17d8de..4a4339f5a 100644 --- a/mrbgems/mruby-bin-debugger/bintest/print.rb +++ b/mrbgems/mruby-bin-debugger/bintest/print.rb @@ -67,7 +67,7 @@ assert('mruby-bin-debugger(print) invalid arguments') do BinTest_MrubyBinDebugger.test(src, tc) end -assert('mruby-bin-debugger(print) nomal') do +assert('mruby-bin-debugger(print) normal') do # ruby source src = <<"SRC" foo = 'foo' @@ -99,7 +99,7 @@ assert('mruby-bin-debugger(print) error') do BinTest_MrubyBinDebugger.test(src, tc) end -# Kernel#instance_eval(string) does't work multiple statements. +# Kernel#instance_eval(string) doesn't work multiple statements. =begin assert('mruby-bin-debugger(print) multiple statements') do # ruby source @@ -234,7 +234,7 @@ SRC BinTest_MrubyBinDebugger.test(src, tc) end -assert('mruby-bin-debugger(print) same name:local variabe') do +assert('mruby-bin-debugger(print) same name:local variable') do # ruby source (bp is break point) src = <<"SRC" lv = 'top' |
