From 790e7f797b94d5bcbe79448a17189f845aca1498 Mon Sep 17 00:00:00 2001 From: zzak Date: Sun, 13 Jan 2013 05:07:08 +0000 Subject: * lib/irb.rb, lib/prime.rb: Typos in overview Patch by Ershad K [Github Fixes #234] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/irb.rb | 2 +- lib/prime.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b423eb673d..f53ac70a41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jan 13 14:06:00 2013 Zachary Scott + + * 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 * lib/open3.rb : Typo in Open3 overview. Patch by zed_0xff diff --git a/lib/irb.rb b/lib/irb.rb index 5c8cb7043d..6c7a9d1eab 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -128,7 +128,7 @@ STDOUT.sync = true # # 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 diff --git a/lib/prime.rb b/lib/prime.rb index 4a20d93fb7..7abcbebb0f 100644 --- a/lib/prime.rb +++ b/lib/prime.rb @@ -71,7 +71,7 @@ end # # 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. -- cgit v1.2.3