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 --- missing/x68.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'missing/x68.c') 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