From 5a014416ee09689e7fcf1eeb024cfb08d88f2381 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 28 Mar 2004 14:10:39 +0000 Subject: fix typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/zlib/doc/zlib.rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zlib/doc') 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, (()) for reading, and (()) for writing. -- cgit