summaryrefslogtreecommitdiffstats
path: root/missing
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
commit1052d7581dff4d5d3b96d840ec575f8d40d05519 (patch)
tree2d9d7732d85c7d829ff14a20ac3fd9ccf302ca6a /missing
parentd3c072dfe70706842afd861ba2f4f866f3469a38 (diff)
downloadruby-1052d7581dff4d5d3b96d840ec575f8d40d05519.tar.gz
ruby-1052d7581dff4d5d3b96d840ec575f8d40d05519.tar.xz
ruby-1052d7581dff4d5d3b96d840ec575f8d40d05519.zip
* missing/os2.c, missing/x68.c: typo fix. pointed out by greentea.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 14f663fe5..3448cdc28 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 08bce8778..8d00d5004 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;
};