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

ruby-changes:31945

From: hsbt <ko1@a...>
Date: Fri, 6 Dec 2013 11:10:16 +0900 (JST)
Subject: [ruby-changes:31945] hsbt:r44024 (trunk): * lib/webrick/compat.rb, lib/xmlrpc/datetime.rb: [DOC] fix typo by @vipulnsward [fix GH-464]

hsbt	2013-12-06 11:10:11 +0900 (Fri, 06 Dec 2013)

  New Revision: 44024

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44024

  Log:
    * lib/webrick/compat.rb, lib/xmlrpc/datetime.rb: [DOC] fix typo by @vipulnsward [fix GH-464]

  Modified files:
    trunk/lib/webrick/compat.rb
    trunk/lib/xmlrpc/datetime.rb
Index: lib/xmlrpc/datetime.rb
===================================================================
--- lib/xmlrpc/datetime.rb	(revision 44023)
+++ lib/xmlrpc/datetime.rb	(revision 44024)
@@ -9,7 +9,7 @@ require "date" https://github.com/ruby/ruby/blob/trunk/lib/xmlrpc/datetime.rb#L9
 module XMLRPC # :nodoc:
 
 # This class is important to handle XMLRPC +dateTime.iso8601+ values,
-# correcly, because normal UNIX-dates, ie: Date, only handle dates
+# correctly, because normal UNIX-dates, ie: Date, only handle dates
 # from year 1970 on, and ruby's native Time class handles dates without the
 # time component.
 #
Index: lib/webrick/compat.rb
===================================================================
--- lib/webrick/compat.rb	(revision 44023)
+++ lib/webrick/compat.rb	(revision 44024)
@@ -9,7 +9,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/webrick/compat.rb#L9
 # $IPR: compat.rb,v 1.6 2002/10/01 17:16:32 gotoyuzo Exp $
 
 ##
-# System call error module used by webrick for cross platform compatability.
+# System call error module used by webrick for cross platform compatibility.
 #
 # EPROTO:: protocol error
 # ECONNRESET:: remote host reset the connection request

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

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