s/erorr/error/

This commit is contained in:
ydah 2024-09-26 21:13:45 +09:00 committed by Hiroshi SHIBATA
parent 0209b9554d
commit a50a7c7070
Notes: git 2024-09-27 00:58:36 +00:00

2
proc.c
View File

@ -840,7 +840,7 @@ f_lambda_filter_non_literal(void)
VALUE block_handler = rb_vm_frame_block_handler(cfp);
if (block_handler == VM_BLOCK_HANDLER_NONE) {
// no block erorr raised else where
// no block error raised else where
return;
}