[#35027] [Ruby 1.9-Bug#4352][Open] [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s) — "James M. Lawrence" <redmine@...>

Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)

16 messages 2011/02/01

[#35114] [Ruby 1.9-Bug#4373][Open] http.rb:677: [BUG] Segmentation fault — Christian Fazzini <redmine@...>

Bug #4373: http.rb:677: [BUG] Segmentation fault

59 messages 2011/02/06

[#35171] [Ruby 1.9-Bug#4386][Open] encoding: directive does not affect regex expressions — mathew murphy <redmine@...>

Bug #4386: encoding: directive does not affect regex expressions

9 messages 2011/02/09

[#35237] [Ruby 1.9-Bug#4400][Open] nested at_exit hooks run in strange order — Suraj Kurapati <redmine@...>

Bug #4400: nested at_exit hooks run in strange order

12 messages 2011/02/15

[ruby-core:35216] [Ruby 1.9-Bug#4392][Open] Typo in enum.c

From: Gaku Ueda <redmine@...>
Date: 2011-02-12 17:52:56 UTC
List: ruby-core #35216
Bug #4392: Typo in enum.c
http://redmine.ruby-lang.org/issues/show/4392

Author: Gaku Ueda
Status: Open, Priority: Normal
Category: DOC, Target version: 1.9.x
ruby -v: ruby 1.9.3dev (2011-02-11 trunk 30840) [x86_64-darwin10.6.0]

I found a small typo in enum.c source file.

diff --git a/enum.c b/enum.c
index 823d111..584b838 100644
--- a/enum.c
+++ b/enum.c
@@ -537,7 +537,7 @@ inject_op_i(VALUE i, VALUE p, int argc, VALUE *argv)
  *  will be passed to the named method of <i>memo</i>.
  *  In either case, the result becomes the new value for <i>memo</i>.
  *  At the end of the iteration, the final value of <i>memo</i> is the
- *  return value fo the method.
+ *  return value for the method.
  *
  *  If you do not explicitly specify an <i>initial</i> value for <i>memo</i>,
  *  then uses the first element of collection is used as the initial value


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next