aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-23 01:20:44 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-23 01:20:44 +0000
commit98b82acf6f18176b932b6145bb2bf3a21022a67d (patch)
treeec36f729723f6083a92579034266789e449c794d
parent5864dbc9f16ea388f0038669c86ac79f2a0ac432 (diff)
downloadruby-98b82acf6f18176b932b6145bb2bf3a21022a67d.tar.gz
* lib/README: Fixed typo. Patch by Pradeep Sahoo.
Fixes #240 on github git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--lib/README2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 72de5d2857..ad7a3b2044 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 23 10:20:08 2013 Eric Hodel <drbrain@segment7.net>
+
+ * lib/README: Fixed typo. Patch by Pradeep Sahoo.
+ Fixes #240 on github
+
Wed Jan 23 09:53:39 2013 Eric Hodel <drbrain@segment7.net>
* lib/rdoc/servlet.rb: Fixed display of site and home documentation.
diff --git a/lib/README b/lib/README
index 4767189e64..52902202be 100644
--- a/lib/README
+++ b/lib/README
@@ -49,7 +49,7 @@ prettyprint.rb:: pretty printing algorithm
prime.rb prime numbers and factorization
profile.rb:: runs ruby profiler
profiler.rb:: ruby profiler module
-pstore.rb:: persistent object strage using marshal
+pstore.rb:: persistent object storage using marshal
racc/parser.rb:: racc (Ruby yACC) runtime
rake.rb:: Ruby Make
rational.rb:: rational number support (obsolete)