summaryrefslogtreecommitdiff
path: root/missing/x68.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-21 02:12:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-21 02:12:21 +0000
commit59e3a0679e6e592fa68451214f8e2fa14e8586ac (patch)
tree2d9d7732d85c7d829ff14a20ac3fd9ccf302ca6a /missing/x68.c
parent33e064affff29ac2a59dbc4d6a9e47b26da39080 (diff)
* 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/x68.c')
-rw-r--r--missing/x68.c4
1 files changed, 2 insertions, 2 deletions
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;
};