Skip to content

Commit 4e982ae

Browse files
committed
Fixed a typo
1 parent 6fed3da commit 4e982ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/io/wait/wait.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ io_wait(int argc, VALUE *argv, VALUE io)
231231
VALUE timeout = Qundef;
232232
rb_io_event_t events = 0;
233233

234-
if (argc != 2 || (RB_SYRB_SYMBOL_P(argv[0]) || RB_SYMBOL_P(argv[1]))) {
234+
if (argc != 2 || (RB_SYMBOL_P(argv[0]) || RB_SYMBOL_P(argv[1]))) {
235235
for (int i = 0; i < argc; i += 1) {
236236
if (RB_SYMBOL_P(argv[i])) {
237237
events |= wait_mode_sym(argv[i]);

0 commit comments

Comments
 (0)