ruby-changes:32270
From: zzak <ko1@a...>
Date: Mon, 23 Dec 2013 03:21:48 +0900 (JST)
Subject: [ruby-changes:32270] zzak:r44349 (trunk): * doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsuresh
zzak 2013-12-23 03:21:14 +0900 (Mon, 23 Dec 2013) New Revision: 44349 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44349 Log: * doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsuresh [Fixes GH-485] https://github.com/ruby/ruby/pull/485 * ext/openssl/ossl_config.c: ditto * lib/rss/utils.rb, lib/time.rb: ditto * test/ruby/envutil.rb: ditto Modified files: trunk/ChangeLog trunk/doc/ChangeLog-1.9.3 trunk/ext/openssl/ossl_config.c trunk/lib/rss/utils.rb trunk/test/ruby/envutil.rb Index: doc/ChangeLog-1.9.3 =================================================================== --- doc/ChangeLog-1.9.3 (revision 44348) +++ doc/ChangeLog-1.9.3 (revision 44349) @@ -86877,7 +86877,7 @@ Sun Feb 1 18:21:00 2004 Gavin Sinclair https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.9.3#L86877 Sun Feb 1 05:30:06 2004 Tanaka Akira <akr@m...> * lib/open-uri.rb (URI::Generic#find_proxy): warn HTTP_PROXY. - raise an errror on non-http proxy URI. + raise an error on non-http proxy URI. (OpenURI::Buffer#<<): make a tempfile binmode. [ruby-talk:90793] Sun Feb 1 00:57:41 2004 Kouhei Sutou <kou@c...> Index: ChangeLog =================================================================== --- ChangeLog (revision 44348) +++ ChangeLog (revision 44349) @@ -1,3 +1,11 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Dec 23 03:18:09 2013 Zachary Scott <e@z...> + + * doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsuresh + [Fixes GH-485] https://github.com/ruby/ruby/pull/485 + * ext/openssl/ossl_config.c: ditto + * lib/rss/utils.rb, lib/time.rb: ditto + * test/ruby/envutil.rb: ditto + Sun Dec 22 23:56:56 2013 Zachary Scott <e@z...> * lib/{rake,rdoc,rss}/*, test/rexml/test_listener.rb: [DOC] Fix typos Index: lib/rss/utils.rb =================================================================== --- lib/rss/utils.rb (revision 44348) +++ lib/rss/utils.rb (revision 44349) @@ -3,7 +3,7 @@ module RSS https://github.com/ruby/ruby/blob/trunk/lib/rss/utils.rb#L3 ## # RSS::Utils is a module that holds various utility functions that are used # across many parts of the rest of the RSS library. Like most modules named - # some variant of 'util', its methods are probably not particuarly useful + # some variant of 'util', its methods are probably not particularly useful # to those who aren't developing the library itself. module Utils module_function Index: ext/openssl/ossl_config.c =================================================================== --- ext/openssl/ossl_config.c (revision 44348) +++ ext/openssl/ossl_config.c (revision 44349) @@ -17,7 +17,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_config.c#L17 VALUE cConfig; /* Document-class: OpenSSL::ConfigError * - * General error for openssl library configuration files. Including formating, + * General error for openssl library configuration files. Including formatting, * parsing errors, etc. */ VALUE eConfigError; Index: test/ruby/envutil.rb =================================================================== --- test/ruby/envutil.rb (revision 44348) +++ test/ruby/envutil.rb (revision 44349) @@ -355,7 +355,7 @@ eom https://github.com/ruby/ruby/blob/trunk/test/ruby/envutil.rb#L355 # really is it succeed? unless ignore_stderr - # the body of assert_separately must not output anything to detect errror + # the body of assert_separately must not output anything to detect error assert_equal("", stderr, "assert_separately failed with error message") end assert_equal(0, status, "assert_separately failed: '#{stderr}'") -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/