diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-02-23 02:25:59 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-02-23 02:25:59 +0000 |
commit | 511c2a1647780dc58772c4031e2250c17425863b (patch) | |
tree | 08b15729bb681d6dbdb55c4bc04db54c2c93be24 /process.c | |
parent | b9d5543da3a869ab2c802a03573da26cfbd2c3a6 (diff) |
* process.c: [DOC] typo fix by @jkassemi [fix GH-544][ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
-rw-r--r-- | process.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(). */ |