summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-08 16:54:28 +0000
committergrant <grant@pkgsrc.org>2004-05-08 16:54:28 +0000
commitc50af98acbd14884d2ef2ac0ca52f7701de39e0c (patch)
treeba49aaca1b99cadea84949b3619aad4f140c2493 /pkgtools
parent9d57e1df1f50d25c7f53b43d3f6e86fab51b43cb (diff)
downloadpkgsrc-c50af98acbd14884d2ef2ac0ca52f7701de39e0c.tar.gz
sync with src/ rev. 1.101:
fix typo.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/add/perform.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/add/perform.c b/pkgtools/pkg_install/files/add/perform.c
index ae2fb27de44..947d249c69f 100644
--- a/pkgtools/pkg_install/files/add/perform.c
+++ b/pkgtools/pkg_install/files/add/perform.c
@@ -1,4 +1,4 @@
-/* $NetBSD: perform.c,v 1.22 2004/04/28 15:38:17 tv Exp $ */
+/* $NetBSD: perform.c,v 1.23 2004/05/08 16:54:28 grant Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -11,7 +11,7 @@
#if 0
static const char *rcsid = "from FreeBSD Id: perform.c,v 1.44 1997/10/13 15:03:46 jkh Exp";
#else
-__RCSID("$NetBSD: perform.c,v 1.22 2004/04/28 15:38:17 tv Exp $");
+__RCSID("$NetBSD: perform.c,v 1.23 2004/05/08 16:54:28 grant Exp $");
#endif
#endif
@@ -341,7 +341,7 @@ pkg_do(const char *pkg)
warnx("dependency recommendations ignored. It may have been");
warnx("built against a set of installed packages that is");
warnx("different from the recommended set of pre-requisites.");
- warnx("As a cconsequence, this package may not work on this");
+ warnx("As a consequence, this package may not work on this");
warnx("or other systems with a different set of packages.");
if (!Force && !getenv("PKG_IGNORE_RECOMMENDED")) {
warnx("aborting.");