pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pbulk/files/pbulk/pbuild Fix typo in status m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/283a16e015d4
branches:  trunk
changeset: 375690:283a16e015d4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 19 12:03:00 2018 +0000

description:
Fix typo in status message.

diffstat:

 pkgtools/pbulk/files/pbulk/pbuild/stat.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 57a87ec84e34 -r 283a16e015d4 pkgtools/pbulk/files/pbulk/pbuild/stat.c
--- a/pkgtools/pbulk/files/pbulk/pbuild/stat.c  Mon Feb 19 11:52:56 2018 +0000
+++ b/pkgtools/pbulk/files/pbulk/pbuild/stat.c  Mon Feb 19 12:03:00 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: stat.c,v 1.4 2015/12/07 16:52:39 joerg Exp $ */
+/* $NetBSD: stat.c,v 1.5 2018/02/19 12:03:00 wiz Exp $ */
 
 /*-
  * Copyright (c) 2007 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -104,7 +104,7 @@
            (unsigned long)st.failed);
        (void)printf("  Broken due to a broken dependency: %lu\n",
            (unsigned long)st.indirect_failed);
-       (void)printf("  Not build as explicitly marked broken: %lu\n",
+       (void)printf("  Not built as explicitly marked broken: %lu\n",
            (unsigned long)st.prefailed);
        (void)printf("  Broken due to an explicitly broken dependency: %lu\n",
            (unsigned long)st.indirect_prefailed);



Home | Main Index | Thread Index | Old Index