aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--missing/os2.c2
-rw-r--r--missing/x68.c4
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c051e7feb4..1a5fd208a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Feb 21 11:12:08 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * missing/os2.c, missing/x68.c: typo fix. pointed out by greentea.
+
Fri Feb 20 19:11:20 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/ostruct.rb (OpenStruct#initialize_copy): should not share
diff --git a/missing/os2.c b/missing/os2.c
index 14f663fe53..3448cdc281 100644
--- a/missing/os2.c
+++ b/missing/os2.c
@@ -1,4 +1,4 @@
-/* os/2 compatibility functions -- follows Ruby's lisence */
+/* os/2 compatibility functions -- follows Ruby's license */
#include "ruby.h"
#include <stdio.h>
diff --git a/missing/x68.c b/missing/x68.c
index 08bce8778c..8d00d50041 100644
--- a/missing/x68.c
+++ b/missing/x68.c
@@ -1,4 +1,4 @@
-/* x68 compatibility functions -- follows Ruby's lisence */
+/* x68 compatibility functions -- follows Ruby's license */
#include "config.h"
@@ -25,7 +25,7 @@ link(const char *src, const char *dst)
#include <sys/time.h>
struct timezone {
- int tz_minueswest;
+ int tz_minuteswest;
int tz_dsttime;
};