diff options
author | jym <jym@pkgsrc.org> | 2011-01-19 13:05:39 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2011-01-19 13:05:39 +0000 |
commit | f3b761eb5a9c2395c82793f7c33b94a080f2055b (patch) | |
tree | cbb7475495004870b357c56f0d09d8e8a81a4c4c /mk | |
parent | 2316398f001ed68f4b344681cdfe5f49b3e6a99f (diff) | |
download | pkgsrc-f3b761eb5a9c2395c82793f7c33b94a080f2055b.tar.gz |
Typo fix
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools/replace.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index ac99caaa9ba..8097112ba04 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.229 2010/09/07 17:33:40 tron Exp $ +# $NetBSD: replace.mk,v 1.230 2011/01/19 13:05:39 jym Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -885,7 +885,7 @@ TOOLS_VALUE_GNU.yacc= ${TOOLS_CMDLINE.yacc} ###################################################################### -# These tools are all supplied by the sysutuils/coreutils package if +# These tools are all supplied by the sysutils/coreutils package if # there is no native tool available. # _TOOLS.coreutils= basename cat chgrp chmod chown cp cut date \ |