diff --git a/ChangeLog b/ChangeLog index ec1d5e51ef..c23a0243dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Jan 31 12:15:33 2016 Prayag Verma + + * doc/standard_library.rdoc: fix typo [Fix GH-1230] + Spelling mistakes - + outputing > outputting + publich > publish + Sat Jan 30 15:18:07 2016 Nobuyoshi Nakada * vm_eval.c (rb_check_funcall_with_hook): also should call the diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index bd15c2ea9a..2871c90d3b 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -27,7 +27,7 @@ Forwardable:: Provides delegation of specified methods to a designated object GetoptLong:: Parse command line options similar to the GNU C getopt_long() IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop) -Logger:: Provides a simple logging utility for outputing messages +Logger:: Provides a simple logging utility for outputting messages mathn.rb:: Deprecated library that extends math operations MakeMakefile:: Module used to generate a Makefile for C extensions Matrix:: Represents a mathematical matrix. @@ -39,7 +39,7 @@ Net::IMAP:: Ruby client api for Internet Message Access Protocol Net::POP3:: Ruby client library for POP3 Net::SMTP:: Simple Mail Transfer Protocol client library for Ruby Net::Telnet:: Telnet client library for Ruby -Observable:: Provides a mechanism for publich/subscribe pattern in Ruby +Observable:: Provides a mechanism for publish/subscribe pattern in Ruby OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP Open3:: Provides access to stdin, stdout and stderr when running other programs OptionParser:: Ruby-oriented class for command-line option analysis