diff options
author | abs <abs@pkgsrc.org> | 2005-12-28 09:27:13 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-12-28 09:27:13 +0000 |
commit | f2b16de1874f717da40e3c7a9d8b7701d0894010 (patch) | |
tree | 3fe8814ca236cc3dead523a51679b67364e38004 | |
parent | b5f2141ec92a4f0c1663d4be0b05aaac6a39b871 (diff) | |
download | pkgsrc-f2b16de1874f717da40e3c7a9d8b7701d0894010.tar.gz |
fix typo in comment, and rephrase sentance
-rw-r--r-- | lang/ruby/rubyversion.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 5060813f0df..de8fffa8dfa 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.18 2005/12/05 20:50:27 rillig Exp $ +# $NetBSD: rubyversion.mk,v 1.19 2005/12/28 09:27:13 abs Exp $ # .if !defined(_RUBYVERSION_MK) @@ -27,8 +27,8 @@ RUBY_VERSION?= ${RUBY18_VERSION} .endif # RUBY_VERSION_SUPPORTED defines the list of ${RUBY_VER} which is -# supported by the package. It should be defined by The pacakges -# for specific version Ruby. +# supported by the package. It should be defined by the packages +# for specific Ruby versions. # RUBY_VERSION_SUPPORTED?= 18 |