ruby-changes:32069
From: a_matsuda <ko1@a...>
Date: Thu, 12 Dec 2013 16:21:26 +0900 (JST)
Subject: [ruby-changes:32069] a_matsuda:r44148 (trunk): * doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475]
a_matsuda 2013-12-12 16:21:19 +0900 (Thu, 12 Dec 2013) New Revision: 44148 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44148 Log: * doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475] * ext/openssl/ossl_ssl.c: ditto. * test/ruby/test_m17n.rb: ditto. https://github.com/ruby/ruby/pull/475 [ci-skip] Modified files: trunk/doc/contributing.rdoc trunk/ext/openssl/ossl_ssl.c trunk/test/ruby/test_m17n.rb Index: doc/contributing.rdoc =================================================================== --- doc/contributing.rdoc (revision 44147) +++ doc/contributing.rdoc (revision 44148) @@ -213,7 +213,7 @@ Slides should be: https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L213 Please note: * Even if the proposal is generally acceptable, it won't be accepted without writing corner cases in the ticket -* Slide's exapmle: DevelopersMeeting20130727Japan +* Slide's example: DevelopersMeeting20130727Japan == Backport Requests Index: ext/openssl/ossl_ssl.c =================================================================== --- ext/openssl/ossl_ssl.c (revision 44147) +++ ext/openssl/ossl_ssl.c (revision 44148) @@ -2004,7 +2004,7 @@ Init_ossl_ssl() https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_ssl.c#L2004 /* * Sets the context in which a session can be reused. This allows - * sessions for multiple applications to be distinguished, for exapmle, by + * sessions for multiple applications to be distinguished, for example, by * name. */ rb_attr(cSSLContext, rb_intern("session_id_context"), 1, 1, Qfalse); Index: test/ruby/test_m17n.rb =================================================================== --- test/ruby/test_m17n.rb (revision 44147) +++ test/ruby/test_m17n.rb (revision 44148) @@ -1502,7 +1502,7 @@ class TestM17N < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_m17n.rb#L1502 assert_equal("\uFFFD\uFFFD\uFFFD", u("\x80\x80\x80").scrub) assert_equal("\uFFFDA", u("\xF4\x80\x80A").scrub) - # exapmles in Unicode 6.1.0 D93b + # examples in Unicode 6.1.0 D93b assert_equal("\x41\uFFFD\uFFFD\x41\uFFFD\x41", u("\x41\xC0\xAF\x41\xF4\x80\x80\x41").scrub) assert_equal("\x41\uFFFD\uFFFD\uFFFD\x41", -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/