1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2013-12-12 07:21:19 +00:00
parent ba672b6de1
commit 8920ac2972
3 changed files with 3 additions and 3 deletions

View file

@ -213,7 +213,7 @@ Slides should be:
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

View file

@ -2004,7 +2004,7 @@ Init_ossl_ssl()
/*
* 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);

View file

@ -1502,7 +1502,7 @@ class TestM17N < Test::Unit::TestCase
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",