pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/admin Fix spelling.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ca9b68c05cd
branches: trunk
changeset: 392812:8ca9b68c05cd
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun May 10 21:11:43 2009 +0000
description:
Fix spelling.
diffstat:
pkgtools/pkg_install/files/admin/audit.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9d04f2c66a08 -r 8ca9b68c05cd pkgtools/pkg_install/files/admin/audit.c
--- a/pkgtools/pkg_install/files/admin/audit.c Sun May 10 20:02:00 2009 +0000
+++ b/pkgtools/pkg_install/files/admin/audit.c Sun May 10 21:11:43 2009 +0000
@@ -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@localhost>.
@@ -202,7 +202,7 @@
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",
Home |
Main Index |
Thread Index |
Old Index