summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-05-10 21:11:43 +0000
committerjoerg <joerg@pkgsrc.org>2009-05-10 21:11:43 +0000
commitc2dd746b905cb3ec22936d5c204b4679873ff08b (patch)
treed56cf94dc838456aad569e2f97f4aeec9fa61d4a /pkgtools
parentd671f100f36d2cec1323361a243dad4ef5f10fa6 (diff)
downloadpkgsrc-c2dd746b905cb3ec22936d5c204b4679873ff08b.tar.gz
Fix spelling.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/admin/audit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/admin/audit.c b/pkgtools/pkg_install/files/admin/audit.c
index f8f8f363026..3da24845449 100644
--- a/pkgtools/pkg_install/files/admin/audit.c
+++ b/pkgtools/pkg_install/files/admin/audit.c
@@ -1,4 +1,4 @@
-/* $NetBSD: audit.c,v 1.12 2009/02/05 17:22:19 joerg Exp $ */
+/* $NetBSD: audit.c,v 1.13 2009/05/10 21:11:43 joerg Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -7,7 +7,7 @@
#if HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
#endif
-__RCSID("$NetBSD: audit.c,v 1.12 2009/02/05 17:22:19 joerg Exp $");
+__RCSID("$NetBSD: audit.c,v 1.13 2009/05/10 21:11:43 joerg Exp $");
/*-
* Copyright (c) 2008 Joerg Sonnenberger <joerg@NetBSD.org>.
@@ -202,7 +202,7 @@ check_and_read_pkg_vulnerabilities(void)
if (now < 0)
warnx("pkg-vulnerabilities is from the future");
else if (now > 86400 * 7)
- warnx("pkg-vulnerabilities is out of day (%ld days old)",
+ warnx("pkg-vulnerabilities is out of date (%ld days old)",
(long)(now / 86400));
else if (verbose >= 2)
warnx("pkg-vulnerabilities is %ld day%s old",