summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-06 03:55:48 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-06 03:55:48 +0000
commit16038b2964960121e71db6a0fa8a8c3b2c644a00 (patch)
treed6e5c05c5ec04b1df9c407bd03b837e7a7f8529e /ChangeLog
parentf83116e620d75ee5390360132b1ada6fdff4fe63 (diff)
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bb7f3b15e1..b6806aca48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,7 +17,7 @@ Wed Nov 5 23:43:24 2014 Naohisa Goto <ngotogenome@gmail.com>
* compile.c (STRICT_ALIGNMENT): defined if strict alignment is required
* compile.c (ALIGNMENT_SIZE, ALIGNMENT_SIZE_MASK, PADDING_SIZE_MAX):
- new macros for alignemnt word size, bit mask, max size of padding.
+ new macros for alignment word size, bit mask, max size of padding.
* compile.c (calc_padding): new function to calculate padding size.
@@ -27,7 +27,7 @@ Wed Nov 5 23:24:45 2014 Tanaka Akira <akr@fsij.org>
Wed Nov 5 19:20:08 2014 Tanaka Akira <akr@fsij.org>
- * lib/webrick/server.rb: Stop lisntner loop properly.
+ * lib/webrick/server.rb: Stop listener loop properly.
[ruby-core:66085] [Bug #10478] Fixed by Charles Nutter.
Wed Nov 5 17:20:29 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>