summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-17 03:13:12 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-17 03:13:12 +0000
commitaab01c2bc991c7f887ae5117afa43f4be2f4e7c7 (patch)
tree2f0cc11273ebc36426da1bd86a7f6d3f728b2cf4
parentc902442151ded79933b238cdfecde25333f9b615 (diff)
* ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a8fd68ad67..9a25a34cf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Tue May 17 11:49:18 2005 NAKAMURA Usaku <usa@ruby-lang.org>
- * win32/win32.c (unixtime_to_filetime): use localtime() instaed of
+ * win32/win32.c (unixtime_to_filetime): use localtime() instead of
gmtime() when using FileLocalTimeToFileTime().
Mon May 16 22:42:52 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>