aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-03 13:23:27 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-03 13:23:27 +0000
commit9ca303b92379f128710bcc0dc91867a53d8a08ae (patch)
tree9488e832a0c55ff630cab9be0f3d62c13187cc5c
parent4a41a0f7d6bf01c491bd1031d7647b029e328b59 (diff)
downloadruby-9ca303b92379f128710bcc0dc91867a53d8a08ae.tar.gz
fix a typo and indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4402ded9fe..5355a7943d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -78,7 +78,7 @@ Sat Jul 2 02:22:22 2016 Naohisa Goto <ngotogenome@gmail.com>
Fri Jul 1 20:20:20 2016 Naohisa Goto <ngotogenome@gmail.com>
- * string.c: Specify termlen as far as possible.
+ * string.c: Specify termlen as far as possible.
Additional fix for [Bug #12536] [ruby-dev:49699].
* string.c (str_new_static): Specify termlen from the given encoding
@@ -86,7 +86,7 @@ Fri Jul 1 20:20:20 2016 Naohisa Goto <ngotogenome@gmail.com>
* string.c (rb_tainted_str_new_with_enc): New function to create a
tainted String object with the given encoding. This means that
- the termlen is correctly specified. Curretly static function.
+ the termlen is correctly specified. Currently static function.
The function name might be renamed to rb_tainted_enc_str_new
or rb_enc_tainted_str_new.