Skip to content

Commit 762aa29

Browse files
author
zzak
committed
* 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
1 parent 663613a commit 762aa29

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Wed Jan 02 03:09:00 2012 Zachary Scott <[email protected]>
2+
3+
* ext/zlib/zlib.c (Zlib::GzipFile): Fix typo by zed_0xff
4+
[Fixes Github #229]
5+
16
Wed Jan 02 02:29:00 2012 Zachary Scott <[email protected]>
27

38
* hash.c (rb_hash_update): Revert documentation from r38672

ext/zlib/zlib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3584,7 +3584,7 @@ rb_gzwriter_putc(VALUE obj, VALUE ch)
35843584
* Document-class: Zlib::GzipReader
35853585
*
35863586
* Zlib::GzipReader is the class for reading a gzipped file. GzipReader should
3587-
* be used an IO, or -IO-lie, object.
3587+
* be used an IO, or -IO-like, object.
35883588
*
35893589
* Zlib::GzipReader.open('hoge.gz') {|gz|
35903590
* print gz.read

0 commit comments

Comments
 (0)