summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-04 14:51:08 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-04 14:51:08 +0000
commitdb58af6051886ba44e6e741210dc4c242c62dd0f (patch)
treec6de690509965e804ebec5e180ff827aa025b560 /ChangeLog
parent275a9dcb8caa389ec7cbdfcfb860f56f5ddbc4d0 (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b78da6f991..9104faeb1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@ Fri Jan 4 20:17:06 2013 Yuki Yugui Sonoda <[email protected]>
* Makefile.in (RBCONFIG): Moved from common.mk in order to use the
variable in Makefile.in.
- * win32/Makefie.sub (RBCONFIG): Ditto.
+ * win32/Makefile.sub (RBCONFIG): Ditto.
Fri Jan 4 19:45:50 2013 Yuki Yugui Sonoda <[email protected]>