summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-23 13:26:24 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-23 13:26:24 +0000
commit69da79fafc15d580dc059b339df159f77ef05b79 (patch)
tree618ebacae9aae2c639030592c6412d5c0d8339de
parent71fba6871fb1f5676c790424812f4a4b8fe1cbc3 (diff)
merge revision(s) 40418:
typo s/Singelton/Singleton git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40425 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--doc/standard_library.rdoc2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 8fcc72da07..e94727f913 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -70,7 +70,7 @@ SecureRandom:: Interface for secure random number generator
Set:: Provides a class to deal with collections of unordered, unique values
Shell:: An idiomatic Ruby interface for common UNIX shell commands
Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell
-Singleton:: Implementation of the Singelton pattern for Ruby
+Singleton:: Implementation of the Singleton pattern for Ruby
Synchronizer:: A module that provides a two-phase lock with a counter
Tempfile:: A utility class for managing temporary files
Test::Unit:: A compatibility layer for MiniTest
diff --git a/version.h b/version.h
index 737a456b65..2a73ca3bc4 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2013-04-23"
-#define RUBY_PATCHLEVEL 160
+#define RUBY_PATCHLEVEL 161
#define RUBY_RELEASE_YEAR 2013
#define RUBY_RELEASE_MONTH 4