summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-23 04:02:57 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-23 04:02:57 +0000
commit3ae96e8c6bffe0e58d7bf9a5efb7259745368c7d (patch)
treebcbdfe4b15aafb4d15206039df9d73af12eb38ed /doc
parent596ca948b1d6f2d22b39a4a9c042cc3d164eae13 (diff)
typo s/Singelton/Singleton
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/standard_library.rdoc2
1 files changed, 1 insertions, 1 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