diff options
| author | Malizia R <[email protected]> | 2016-07-27 16:51:10 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-27 16:51:10 -0300 |
| commit | 1c7572bc6a227b60669d6d2f677ac688586f6807 (patch) | |
| tree | 1f7dd4976e1415c7d6a1243b122509ded44a265a /mrbgems/mruby-bin-mirb/tools | |
| parent | 2b4ed40fc9ba742ed78c0b9e7421e13a355fa87f (diff) | |
| download | mruby-1c7572bc6a227b60669d6d2f677ac688586f6807.tar.gz mruby-1c7572bc6a227b60669d6d2f677ac688586f6807.zip | |
Update mirb.c
Diffstat (limited to 'mrbgems/mruby-bin-mirb/tools')
| -rw-r--r-- | mrbgems/mruby-bin-mirb/tools/mirb/mirb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c index 55bbc513b..d633a09b2 100644 --- a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c +++ b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c @@ -544,7 +544,7 @@ done: if (args.verbose) { mrb_codedump_all(mrb, proc); } - /* pass a proc for evaulation */ + /* pass a proc for evaluation */ /* evaluate the bytecode */ result = mrb_vm_run(mrb, proc, |
