From d8622fc68b88102cbf358b524913c823af31a1b0 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 3 Apr 2021 19:49:10 +1000 Subject: chore: fix spelling --- mrbgems/mruby-io/test/io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mrbgems/mruby-io') diff --git a/mrbgems/mruby-io/test/io.rb b/mrbgems/mruby-io/test/io.rb index 76ae13a58..328b5292f 100644 --- a/mrbgems/mruby-io/test/io.rb +++ b/mrbgems/mruby-io/test/io.rb @@ -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 -- cgit v1.2.3