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 + + * missing/os2.c, missing/x68.c: typo fix. pointed out by greentea. + Fri Feb 20 19:11:20 2004 Nobuyoshi Nakada * 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 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 struct timezone { - int tz_minueswest; + int tz_minuteswest; int tz_dsttime; };