From da5741cbed198940c8e39739a809ea7975806d92 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 19 Feb 2018 12:03:00 +0000 Subject: Fix typo in status message. --- pkgtools/pbulk/files/pbulk/pbuild/stat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgtools/pbulk/files/pbulk/pbuild/stat.c b/pkgtools/pbulk/files/pbulk/pbuild/stat.c index 02687e2a610..dd5aef46eb3 100644 --- a/pkgtools/pbulk/files/pbulk/pbuild/stat.c +++ b/pkgtools/pbulk/files/pbulk/pbuild/stat.c @@ -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 . @@ -104,7 +104,7 @@ stat_mode(const char *client_port) (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); -- cgit v1.2.3