aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index 34044395a4..79001e20c0 100644
--- a/process.c
+++ b/process.c
@@ -3386,7 +3386,7 @@ rb_fork_ruby(int *status)
*
* If fork is not usable, Process.respond_to?(:fork) returns false.
*
- * Note that fork(2) is not avaiable on some platforms like Windows and NetBSD 4.
+ * Note that fork(2) is not available on some platforms like Windows and NetBSD 4.
* Therefore you should use spawn() instead of fork().
*/