aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-02 11:46:00 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-02 11:46:00 +0000
commitc1544aaad8da5483b61612fee3bfb561cdbe543a (patch)
tree31c15bb42e666b510dcba5d813e2816cd4ae9919 /ChangeLog
parentc353ec0c9e8e941f49910a51f7dc10cf3d3cdd17 (diff)
downloadruby-c1544aaad8da5483b61612fee3bfb561cdbe543a.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index eb4bf74271..28d738f543 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,8 +56,8 @@ Sun May 1 23:59:59 2016 Kenta Murata <mrkn@mrkn.jp>
Sun May 1 23:51:54 2016 NAKAMURA Usaku <usa@ruby-lang.org>
* test/lib/test/unit.rb (Options#non_options): fixed wrong regexp.
- if both positives and negatives were specified, postives had to
- be spcicifed from the beginning.
+ if both positives and negatives were specified, positives had to
+ be specified from the beginning.
Sun May 1 21:00:07 2016 NAKAMURA Usaku <usa@ruby-lang.org>
@@ -73,7 +73,7 @@ Sun May 1 07:30:44 2016 NARUSE, Yui <naruse@ruby-lang.org>
* string.c (search_nonascii): use nlz on big endian environments.
- * internal.h (nlz_intpr): defined.
+ * internal.h (nlz_intptr): defined.
Sun May 1 00:03:30 2016 NARUSE, Yui <naruse@ruby-lang.org>
@@ -181,7 +181,7 @@ Sat Apr 30 18:44:05 2016 Tanaka Akira <akr@fsij.org>
Sat Apr 30 18:11:44 2016 Tanaka Akira <akr@fsij.org>
- * bignum.c (Init_Bignum): Define Integer#GMP_VERSION.
+ * bignum.c (Init_Bignum): Define Integer::GMP_VERSION.
Sat Apr 30 16:58:18 2016 Tanaka Akira <akr@fsij.org>
@@ -334,7 +334,7 @@ Thu Apr 28 04:49:07 2016 Rei Odaira <Rei.Odaira@gmail.com>
Thu Apr 28 01:11:14 2016 NARUSE, Yui <naruse@ruby-lang.org>
- * time.c: define _DEFAULT_SOURCE because glibc 2.20 depracates
+ * time.c: define _DEFAULT_SOURCE because glibc 2.20 deprecates
_BSD_SOURCE.
https://sourceware.org/glibc/wiki/Release/2.20