fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2016-09-27 03:50:41 +00:00
parent 5f33c6b0f5
commit 17901bbcd3

View File

@ -1,3 +1,5 @@
Mon Sep 26 21:37:21 2016 Akinori MUSHA <knu@iDaemons.org>
Tue Sep 27 12:07:17 2016 NARUSE, Yui <naruse@ruby-lang.org> Tue Sep 27 12:07:17 2016 NARUSE, Yui <naruse@ruby-lang.org>
* lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791] * lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791]
@ -7,7 +9,7 @@ Tue Sep 27 12:07:17 2016 NARUSE, Yui <naruse@ruby-lang.org>
Mon Sep 26 21:37:21 2016 Akinori MUSHA <knu@iDaemons.org> Mon Sep 26 21:37:21 2016 Akinori MUSHA <knu@iDaemons.org>
* man/erb.1, man/irb.1, man/ri.1, man/ruby.1: Remove Ns before * man/erb.1, man/irb.1, man/ri.1, man/ruby.1: Remove Ns before
puctuation. punctuation.
Mon Sep 26 16:23:49 2016 Kazuki Yamaguchi <k@rhe.jp> Mon Sep 26 16:23:49 2016 Kazuki Yamaguchi <k@rhe.jp>