diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-28 14:10:39 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-28 14:10:39 +0000 |
| commit | 85f37ca4d6555ba476c730ba40467ad40ab61352 (patch) | |
| tree | c7b32ad8f628b1f5177d8174a9f6bd1b201f7ad3 /ext/zlib | |
| parent | 45487b155b027664068701925f19ec93209f887c (diff) | |
| download | ruby-85f37ca4d6555ba476c730ba40467ad40ab61352.tar.gz ruby-85f37ca4d6555ba476c730ba40467ad40ab61352.tar.xz ruby-85f37ca4d6555ba476c730ba40467ad40ab61352.zip | |
fix typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/zlib')
| -rw-r--r-- | ext/zlib/doc/zlib.rd | 2 | ||||
| -rw-r--r-- | ext/zlib/zlib.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/zlib/doc/zlib.rd b/ext/zlib/doc/zlib.rd index 6adff7f89..6a36dc7fe 100644 --- a/ext/zlib/doc/zlib.rd +++ b/ext/zlib/doc/zlib.rd @@ -465,7 +465,7 @@ to duplicate (clone, dup) itself. == Zlib::GzipFile -The abstruct class for handling a gzip formatted compressed file. +The abstract class for handling a gzip formatted compressed file. The operations are defined in the subclasses, ((<Zlib::GzipReader>)) for reading, and ((<Zlib::GzipWriter>)) for writing. diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 0ad5d4cfd..db2ba0d29 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -2239,7 +2239,7 @@ get_gzfile(obj) /* * Document-class: Zlib::GzipFile * - * Zlib::GzipFile is an abstruct class for handling a gzip formatted + * Zlib::GzipFile is an abstract class for handling a gzip formatted * compressed file. The operations are defined in the subclasses, * Zlib::GzipReader for reading, and Zlib::GzipWriter for writing. * |
