s/anyways/anyway/

This commit is contained in:
grant 2002-11-05 07:34:31 +00:00
parent e0f2bd703f
commit f437cb0639
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
/* $NetBSD: perform.c,v 1.74 2002/10/17 03:31:33 christos Exp $ */
/* $NetBSD: perform.c,v 1.75 2002/11/05 07:34:31 grant Exp $ */
#include <sys/cdefs.h>
#ifndef lint
#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.74 2002/10/17 03:31:33 christos Exp $");
__RCSID("$NetBSD: perform.c,v 1.75 2002/11/05 07:34:31 grant Exp $");
#endif
#endif
@ -422,7 +422,7 @@ pkg_do(const char *pkg)
}
if (Force) {
warnx("Proceeding anyways.");
warnx("Proceeding anyway.");
} else {
warnx("Please resolve this conflict!");
errc = 1;