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
commit507b7c4b4880cd8b9122278e2e82ab075c74bd0e (patch)
tree6f414ac077df7b0b9e73289c3debc70c9b4f904c /missing
parent6a62d091dc4a5c8e581e71b92c209906529fd710 (diff)
downloadruby-507b7c4b4880cd8b9122278e2e82ab075c74bd0e.tar.gz
ruby-507b7c4b4880cd8b9122278e2e82ab075c74bd0e.tar.xz
ruby-507b7c4b4880cd8b9122278e2e82ab075c74bd0e.zip
* missing/os2.c, missing/x68.c: typo fix. pointed out by greentea.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@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 57798ab54..fe7238aad 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;
};