From 2651629f00e9e19ea9961ca732d649dbeeb2b499 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 21 Feb 2004 02:12:21 +0000 Subject: * missing/os2.c, missing/x68.c: typo fix. pointed out by greentea. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++---- missing/os2.c | 2 +- missing/x68.c | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3f06fe33f5..f867b3eeb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,15 @@ +Sat Feb 21 11:12:15 2004 Nobuyoshi Nakada + + * missing/os2.c, missing/x68.c: typo fix. pointed out by greentea. + Thu Feb 19 23:24:16 2004 Dave Thomas - * lib/rdoc/generators/html_generator.rb (Generators::HtmlClass::build_attribute_list): + * lib/rdoc/generators/html_generator.rb (Generators::HtmlClass::build_attribute_list): Support visibility modifiers for attributes Thu Feb 19 23:24:16 2004 Dave Thomas - * lib/rdoc/generators/html_generator.rb (Generators::HtmlClass::build_attribute_list): + * lib/rdoc/generators/html_generator.rb (Generators::HtmlClass::build_attribute_list): Support visibility modifiers for attributes Thu Feb 19 22:39:04 2004 NAKAMURA, Hiroshi @@ -31,7 +35,7 @@ Thu Feb 19 02:30:34 2004 Minero Aoki Thu Feb 19 00:11:05 2004 Dave Thomas - * lib/rdoc/markup/simple_markup/preprocess.rb (SM::PreProcess::handle): + * lib/rdoc/markup/simple_markup/preprocess.rb (SM::PreProcess::handle): Strip extraneous space from filenames in :include: Wed Feb 18 22:52:00 2004 Masatoshi SEKI @@ -89,7 +93,7 @@ Tue Feb 17 00:18:03 2004 Masatoshi SEKI Tue Feb 17 00:14:30 2004 Hirokazu Yamamoto * bcc32/Makefile.sub: avoid warning "Redefinition of macro - 'HAVE_GETLOGIN'". + 'HAVE_GETLOGIN'". * vms/config.h_in: ditto. diff --git a/missing/os2.c b/missing/os2.c index 57798ab54c..fe7238aad1 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; }; -- cgit v1.2.3