mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5400 from jbampton/fix-spelling
chore: fix spelling
This commit is contained in:
@@ -211,7 +211,7 @@ is_code_block_open(struct mrb_parser_state *parser)
|
||||
/* an expression was ended */
|
||||
break;
|
||||
case EXPR_ENDARG:
|
||||
/* closing parenthese */
|
||||
/* closing parenthesis */
|
||||
break;
|
||||
case EXPR_ENDFN:
|
||||
/* definition end */
|
||||
|
||||
@@ -524,7 +524,7 @@ assert('IO#close_on_exec') do
|
||||
fd = IO.sysopen $mrbtest_io_wfname, "w"
|
||||
io = IO.new fd, "w"
|
||||
begin
|
||||
# IO.sysopen opens a file descripter with O_CLOEXEC flag.
|
||||
# IO.sysopen opens a file descriptor with O_CLOEXEC flag.
|
||||
assert_true io.close_on_exec?
|
||||
rescue ScriptError
|
||||
io.close
|
||||
|
||||
Reference in New Issue
Block a user