summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-20 06:35:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-20 06:35:21 +0000
commit6deb75d25a0f387fa5ba7d00f913f829644df895 (patch)
tree41616bfeb4a45b252c3ebb108af167fa203731de /ChangeLog
parent596f081d680b4f6e861053e22ef8bae6a44c0eab (diff)
fix a typo
* ChangeLog: fix a typo, junction is not junktion, of course. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50353 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 301a00d7b7..fe369eff0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Mon Apr 20 15:02:47 2015 NAKAMURA Usaku <usa@ruby-lang.org>
- * win32/win32.c (rb_w32_wreadlink): fixed a bug that a junktion misses
+ * win32/win32.c (rb_w32_wreadlink): fixed a bug that a junction misses
its drive letter.
Mon Apr 20 12:54:56 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>