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
commit0b2defb07767ed769e2e2d88358320f71cd85ae0 (patch)
tree942aeabbf50bc12d325aa66557eac5799ee23ed4
parent363109a14022743417a0923a7fe4a7778d3c36d2 (diff)
* ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ca208b980..02ac249461 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Tue May 17 11:52: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:28:43 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>