diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-04 12:02:37 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-04 12:02:37 +0000 |
| commit | 0ff3cf810eb600e3f1f6f8f081b6f39d5a90ee74 (patch) | |
| tree | 6a8e6d0b5f6a3d53dec6a25e0e624b496a3d0680 /ext/fcntl | |
| parent | ffb7f06222ddc1b76cb46cef21f581e714f02372 (diff) | |
| download | ruby-0ff3cf810eb600e3f1f6f8f081b6f39d5a90ee74.tar.gz ruby-0ff3cf810eb600e3f1f6f8f081b6f39d5a90ee74.tar.xz ruby-0ff3cf810eb600e3f1f6f8f081b6f39d5a90ee74.zip | |
fix typos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/fcntl')
| -rw-r--r-- | ext/fcntl/fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fcntl/fcntl.c b/ext/fcntl/fcntl.c index 57cca103f..fdb9f82b1 100644 --- a/ext/fcntl/fcntl.c +++ b/ext/fcntl/fcntl.c @@ -22,7 +22,7 @@ fcntl - load the C fcntl.h defines = DESCRIPTION -This module is just a translation of the C <fnctl.h> file. +This module is just a translation of the C <fcntl.h> file. = NOTE |
