From 6f6ed7fbba2ab59f784069484f3dbd3003c97515 Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 16 Aug 2016 02:18:51 +0000 Subject: * lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407] * transcode.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- transcode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'transcode.c') diff --git a/transcode.c b/transcode.c index 8aa9cf3352..2c0b30ca0e 100644 --- a/transcode.c +++ b/transcode.c @@ -3344,7 +3344,7 @@ rb_econv_init_by_convpath(VALUE self, VALUE convpath, * Convert LF to CR. * [:xml => :text] * Escape as XML CharData. - * This form can be used as a HTML 4.0 #PCDATA. + * This form can be used as an HTML 4.0 #PCDATA. * - '&' -> '&' * - '<' -> '<' * - '>' -> '>' @@ -3352,7 +3352,7 @@ rb_econv_init_by_convpath(VALUE self, VALUE convpath, * [:xml => :attr] * Escape as XML AttValue. * The converted result is quoted as "...". - * This form can be used as a HTML 4.0 attribute value. + * This form can be used as an HTML 4.0 attribute value. * - '&' -> '&' * - '<' -> '<' * - '>' -> '>' -- cgit v1.2.1