From adb4439f85466a58378ba37a426e5f87a115a74e Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 28 Mar 2004 14:10:39 +0000 Subject: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/zlib/doc/zlib.rd | 2 +- ext/zlib/zlib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/zlib/doc/zlib.rd b/ext/zlib/doc/zlib.rd index 6adff7f89c..6a36dc7fed 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. diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 0ad5d4cfde..db2ba0d296 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. * -- cgit v1.2.3