diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-12 23:12:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-12 23:12:27 +0000 |
commit | 823b439aa934736d533da48f45c3386a05f87fae (patch) | |
tree | bdc621e8f9302a8fee95de890eafaf953dd5a81a /mk/bsd.pkg.mk | |
parent | 5dc86dc237cfc567748287fda2d819fb20d727f7 (diff) | |
download | pkgsrc-823b439aa934736d533da48f45c3386a05f87fae.tar.gz |
typo in comment
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 989f2bbadb1..fceb3c8ec6f 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1393 2004/02/12 21:29:28 xtraeme Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1394 2004/02/12 23:12:27 jlam Exp $ # # This file is in the public domain. # @@ -391,7 +391,7 @@ LIBTOOL_REQD?= 1.4.20010614nb11 # # PKG_LIBTOOL is the path to the libtool script installed by libtool-base. # _LIBTOOL is the path the libtool used by the build, which could be the -# path to a libtool warpper script. +# path to a libtool wrapper script. # LIBTOOL is the publicly-readable variable that should be used by # Makefiles to invoke the proper libtool. # |