summaryrefslogtreecommitdiff
path: root/missing/x68.c
diff options
context:
space:
mode:
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;
};