aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--spec/README4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d7b8e47701..2ee09123e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 24 17:30:36 2011 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * spec/README: fix typo.
+ patched by bowsersenior. https://github.com/ruby/ruby/pull/24
+
Tue May 24 07:06:34 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on
diff --git a/spec/README b/spec/README
index 786aa5b786..68abf8378b 100644
--- a/spec/README
+++ b/spec/README
@@ -1,8 +1,8 @@
= RubySpec
-RubySpec (http://rubyspec.org) provides the Ruby langauge specification in an
+RubySpec (http://rubyspec.org) provides the Ruby language specification in an
executable format. The make task `update-rubyspec' retrieves the specification
-and put it into this directory.
+and puts it into this directory.
== Directory structure
spec