[前][次][番号順一覧][スレッド一覧]

ruby-changes:41625

From: nobu <ko1@a...>
Date: Sun, 31 Jan 2016 12:15:41 +0900 (JST)
Subject: [ruby-changes:41625] nobu:r53699 (trunk): standard_library.rdoc: fix typo [ci skip]

nobu	2016-01-31 12:16:40 +0900 (Sun, 31 Jan 2016)

  New Revision: 53699

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53699

  Log:
    standard_library.rdoc: fix typo [ci skip]
    
    * doc/standard_library.rdoc: fix typo  [Fix GH-1230]
      Spelling mistakes -
      outputing > outputting
      publich > publish

  Modified files:
    trunk/ChangeLog
    trunk/doc/standard_library.rdoc
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 53698)
+++ ChangeLog	(revision 53699)
@@ -1,3 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Jan 31 12:15:33 2016  Prayag Verma  <prayag.verma@g...>
+
+	* doc/standard_library.rdoc: fix typo  [Fix GH-1230]
+	  Spelling mistakes -
+	  outputing > outputting
+	  publich > publish
+
 Sat Jan 30 15:18:07 2016  Nobuyoshi Nakada  <nobu@r...>
 
 	* vm_eval.c (rb_check_funcall_with_hook): also should call the
Index: doc/standard_library.rdoc
===================================================================
--- doc/standard_library.rdoc	(revision 53698)
+++ doc/standard_library.rdoc	(revision 53699)
@@ -27,7 +27,7 @@ Forwardable:: Provides delegation of spe https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L27
 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 https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L39
 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]