summaryrefslogtreecommitdiffstats
path: root/ext/zlib/doc
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-28 14:10:39 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-28 14:10:39 +0000
commit5a014416ee09689e7fcf1eeb024cfb08d88f2381 (patch)
treef87a497f522255c71755d86164db23e32c5c2be2 /ext/zlib/doc
parenta0c48336587ebc5564fcd089cae3b77469bda102 (diff)
downloadruby-5a014416ee09689e7fcf1eeb024cfb08d88f2381.tar.gz
ruby-5a014416ee09689e7fcf1eeb024cfb08d88f2381.tar.xz
ruby-5a014416ee09689e7fcf1eeb024cfb08d88f2381.zip
fix typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/zlib/doc')
-rw-r--r--ext/zlib/doc/zlib.rd2
1 files changed, 1 insertions, 1 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.