diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-21 02:12:21 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-21 02:12:21 +0000 |
| commit | 507b7c4b4880cd8b9122278e2e82ab075c74bd0e (patch) | |
| tree | 6f414ac077df7b0b9e73289c3debc70c9b4f904c /missing/os2.c | |
| parent | 6a62d091dc4a5c8e581e71b92c209906529fd710 (diff) | |
| download | ruby-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/os2.c')
| -rw-r--r-- | missing/os2.c | 2 |
1 files changed, 1 insertions, 1 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> |
