[前][次][番号順一覧][スレッド一覧]

ruby-changes:24119

From: drbrain <ko1@a...>
Date: Fri, 22 Jun 2012 05:56:46 +0900 (JST)
Subject: [ruby-changes:24119] drbrain:r36170 (trunk): * eval.c (ruby_cleanup): Fixed typo. Patch by Trever Dawe.

drbrain	2012-06-22 05:56:23 +0900 (Fri, 22 Jun 2012)

  New Revision: 36170

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36170

  Log:
    * eval.c (ruby_cleanup):  Fixed typo.  Patch by Trever Dawe.
      Fixes #131 (github).  [ruby-trunk - Bug #6619]

  Modified files:
    trunk/ChangeLog
    trunk/eval.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36169)
+++ ChangeLog	(revision 36170)
@@ -1,3 +1,8 @@
+Fri Jun 22 05:55:20 2012  Eric Hodel  <drbrain@s...>
+
+	* eval.c (ruby_cleanup):  Fixed typo.  Patch by Trever Dawe.
+	  Fixes #131 (github).  [ruby-trunk - Bug #6619]
+
 Thu Jun 21 21:16:58 2012  Tanaka Akira  <akr@f...>
 
 	* process.c (rb_execarg_addopt): take a VALUE argument instead of
Index: eval.c
===================================================================
--- eval.c	(revision 36169)
+++ eval.c	(revision 36170)
@@ -144,7 +144,7 @@
  * resources used by the VM.
  *
  * @param ex Default value to the return value.
- * @return If an error occured returns a non-zero. If otherwise, reurns the
+ * @return If an error occured returns a non-zero. If otherwise, returns the
  *         given ex.
  * @note This function does not raise any exception.
  */

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]