diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-21 02:12:21 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-21 02:12:21 +0000 |
commit | 59e3a0679e6e592fa68451214f8e2fa14e8586ac (patch) | |
tree | 2d9d7732d85c7d829ff14a20ac3fd9ccf302ca6a /missing | |
parent | 33e064affff29ac2a59dbc4d6a9e47b26da39080 (diff) | |
download | ruby-59e3a0679e6e592fa68451214f8e2fa14e8586ac.tar.gz |
* missing/os2.c, missing/x68.c: typo fix. pointed out by greentea.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing')
-rw-r--r-- | missing/os2.c | 2 | ||||
-rw-r--r-- | missing/x68.c | 4 |
2 files changed, 3 insertions, 3 deletions
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; }; |