From 3dfd436c6f925e09038b5b41160c63d2e4848313 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 4 Oct 2016 12:23:14 +0000 Subject: [PATCH] fix typos [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index feaebd3001..7511b2e855 100644 --- a/ChangeLog +++ b/ChangeLog @@ -74,7 +74,7 @@ Sat Oct 1 19:19:34 2016 Nobuyoshi Nakada * compile.c (compile_flip_flop): simplify generated code. * compile.c (compile_branch_condition): flip-flop can appear only - in coditional expressions. + in conditional expressions. Sat Oct 1 02:02:02 2016 NAKAMURA Usaku @@ -83,7 +83,7 @@ Sat Oct 1 02:02:02 2016 NAKAMURA Usaku Fri Sep 30 19:06:21 2016 Anton Davydov - * lib/uri/http.rb: Documentation and code style imrovements. + * lib/uri/http.rb: Documentation and code style improvements. * test/uri/test_http.rb: Added test for coverage. [fix GH-1427][ruby-core:77255][Misc #12756]