summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-11 16:47:49 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-11 16:47:49 +0000
commitaf4c2b3b4b0c7590f1f063d7d2c126cefdb45a19 (patch)
treec9c41418cc934daef2c08dc5bc678e3f13a46b12
parent4a1b95ca7a6776590b3fc2ed52ed24274e1f665e (diff)
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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 9000060ca0..8fcc72da07 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -54,7 +54,7 @@ profile.rb:: Runs the Ruby Profiler__
Profiler__:: Provides a way to profile your Ruby application
PStore:: Implements a file based persistence mechanism based on a Hash
Queue:: Synchronized communication between threads, provided by thread.rb
-Racc:: A LALR(1) parser generator writting in Ruby.
+Racc:: A LALR(1) parser generator written in Ruby.
Rake:: Ruby build program with capabilities similar to make
rational.rb:: Deprecated library replaced by C implementation in core
RbConfig:: Information of your configure and build of Ruby