summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-03 09:49:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-03 09:49:19 +0000
commit91bcb09262f08c9c3c31064cb2a5c159d8b5000d (patch)
tree529b2e9d8f93cf0cdded0b11b7f6fbe866a06808
parent1ba6e8868c9e353be4dfeb3fc407aa2334b35f62 (diff)
ChangeLog: typo
* ChangeLog: fix a probable typo, s/brake/broke/. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f7aaadeb16..afba0890d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Sat Jan 3 18:19:50 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
- * ext/fiddle/lib/fiddle/cparser.rb: r49110 brake Fiddle::Import with
- type_alias
+ * ext/fiddle/lib/fiddle/cparser.rb: r49110 broke Fiddle::Import with
+ type_alias.
* test/fiddle/test_cparser.rb: added type_alias test for parse_ctype
and parse_struct_signature.