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

ruby-changes:26746

From: zzak <ko1@a...>
Date: Sun, 13 Jan 2013 14:07:18 +0900 (JST)
Subject: [ruby-changes:26746] zzak:r38798 (trunk): * lib/irb.rb, lib/prime.rb: Typos in overview

zzak	2013-01-13 14:07:08 +0900 (Sun, 13 Jan 2013)

  New Revision: 38798

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

  Log:
    * lib/irb.rb, lib/prime.rb: Typos in overview
      Patch by Ershad K [Github Fixes #234]

  Modified files:
    trunk/ChangeLog
    trunk/lib/irb.rb
    trunk/lib/prime.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38797)
+++ ChangeLog	(revision 38798)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Jan 13 14:06:00 2013  Zachary Scott  <zachary@z...>
+
+	* lib/irb.rb, lib/prime.rb: Typos in overview
+	  Patch by Ershad K [Github Fixes #234]
+
 Sun Jan 13 13:40:00 2013  Zachary Scott  <zachary@z...>
 
 	* lib/open3.rb : Typo in Open3 overview. Patch by zed_0xff
Index: lib/prime.rb
===================================================================
--- lib/prime.rb	(revision 38797)
+++ lib/prime.rb	(revision 38798)
@@ -71,7 +71,7 @@ end https://github.com/ruby/ruby/blob/trunk/lib/prime.rb#L71
 #
 # A "generator" provides an implementation of enumerating pseudo-prime
 # numbers and it remembers the position of enumeration and upper bound.
-# Futhermore, it is a external iterator of prime enumeration which is
+# Furthermore, it is a external iterator of prime enumeration which is
 # compatible to an Enumerator.
 #
 # +Prime+::+PseudoPrimeGenerator+ is the base class for generators.
Index: lib/irb.rb
===================================================================
--- lib/irb.rb	(revision 38797)
+++ lib/irb.rb	(revision 38798)
@@ -128,7 +128,7 @@ STDOUT.sync = true https://github.com/ruby/ruby/blob/trunk/lib/irb.rb#L128
 #
 #     IRB.conf[:PROMPT_MODE] = :MY_PROMPT
 #
-# Contants +PROMPT_I+, +PROMPT_S+ and +PROMPT_C+ specify the format. In the
+# Constants +PROMPT_I+, +PROMPT_S+ and +PROMPT_C+ specify the format. In the
 # prompt specification, some special strings are available:
 #
 #     %N    # command name which is running

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

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