From 04f07713d19cbde1f2d23d7f3b2318a0a84bab5b Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Sat, 25 Dec 2021 10:33:49 +0900 Subject: Fix typos [ci skip] --- include/ruby/fiber/scheduler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ruby/fiber/scheduler.h b/include/ruby/fiber/scheduler.h index 14e36ffb3a..3ea52beb95 100644 --- a/include/ruby/fiber/scheduler.h +++ b/include/ruby/fiber/scheduler.h @@ -52,7 +52,7 @@ rb_fiber_scheduler_io_result(ssize_t result, int error) { } /** - * Apply an io result to the local thread, returning the value of the orginal + * Apply an io result to the local thread, returning the value of the original * system call that created it and updating `int errno`. * * You should not directly try to interpret the result value as it is considered -- cgit v1.2.3