diff options
author | wiz <wiz@pkgsrc.org> | 2018-02-19 12:03:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-02-19 12:03:00 +0000 |
commit | da5741cbed198940c8e39739a809ea7975806d92 (patch) | |
tree | 9ec8f7741f2b8b9c5fe86079e0e3b0ecb1666921 | |
parent | cdb472b04d6b974cf029990a6b044dd2e660a7b6 (diff) | |
download | pkgsrc-da5741cbed198940c8e39739a809ea7975806d92.tar.gz |
Fix typo in status message.
-rw-r--r-- | pkgtools/pbulk/files/pbulk/pbuild/stat.c | 4 |
1 files 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 <joerg@NetBSD.org>. @@ -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); |