summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2023-02-26 09:17:28 -0800
committerJim Meyering <meyering@meta.com>2023-02-26 09:17:28 -0800
commit355e89bcbaf665192d88ae2a60668d20a74cbdac (patch)
treeca7aff8e732d092247d477b8f3c809e088686daf /build-aux
parentc7d7c31ced7575de8078a7c1389049dbe02a8f50 (diff)
downloadgnulib-355e89bcbaf665192d88ae2a60668d20a74cbdac.tar.gz
announce-gen: spell OpenBSD with a capital "O"
* build-aux/announce-gen (print_checksums): Capitalize the "O" in OpenBSD, as suggested by Bruno Haible.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/announce-gen4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index e51a8a78c1..850619a121 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -35,7 +35,7 @@
eval 'exec perl -wSx "$0" "$@"'
if 0;
-my $VERSION = '2023-02-25 21:13'; # UTC
+my $VERSION = '2023-02-26 17:15'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
@@ -191,7 +191,7 @@ sub print_checksums (@)
print ' ', digest_file_base64_wrap ($f, "SHA-256"), " $f\n";
}
print "\nVerify the base64 SHA256 checksum with cksum -a sha256 --check\n";
- print "from coreutils-9.2 or openBSD's cksum since 2007.\n\n";
+ print "from coreutils-9.2 or OpenBSD's cksum since 2007.\n\n";
}
=item C<print_news_deltas ($news_file, $prev_version, $curr_version)