summaryrefslogtreecommitdiff
path: root/missing
diff options
context:
space:
mode:
Diffstat (limited to 'missing')
-rw-r--r--missing/os2.c2
-rw-r--r--missing/x68.c4
2 files changed, 3 insertions, 3 deletions
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 <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;
};