From 762aa293ca80cd4a6e92f73477610944801675a9 Mon Sep 17 00:00:00 2001 From: zzak Date: Tue, 1 Jan 2013 18:10:34 +0000 Subject: * ext/zlib/zlib.c (Zlib::GzipFile): Fix typo by zed_0xff [Fixes Github #229] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/zlib/zlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zlib') diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index e741a9fb0c..170d306162 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -3584,7 +3584,7 @@ rb_gzwriter_putc(VALUE obj, VALUE ch) * Document-class: Zlib::GzipReader * * Zlib::GzipReader is the class for reading a gzipped file. GzipReader should - * be used an IO, or -IO-lie, object. + * be used an IO, or -IO-like, object. * * Zlib::GzipReader.open('hoge.gz') {|gz| * print gz.read -- cgit v1.2.3