From 6693e3e7230ca64b01ffb24d2693af1c77bd2998 Mon Sep 17 00:00:00 2001 From: hsbt Date: Sun, 22 Oct 2017 11:27:06 +0000 Subject: Fixed misspelling words. These are detected by https://github.com/client9/misspell git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/fcntl/fcntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fcntl/fcntl.c') diff --git a/ext/fcntl/fcntl.c b/ext/fcntl/fcntl.c index 62780b78c0..c93694c431 100644 --- a/ext/fcntl/fcntl.c +++ b/ext/fcntl/fcntl.c @@ -68,7 +68,7 @@ Init_fcntl(void) #ifdef F_DUPFD /* Document-const: F_DUPFD * - * Duplicate a file descriptor to the mimimum unused file descriptor + * Duplicate a file descriptor to the minimum unused file descriptor * greater than or equal to the argument. * * The close-on-exec flag of the duplicated file descriptor is set. -- cgit v1.2.3