From 355e89bcbaf665192d88ae2a60668d20a74cbdac Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 26 Feb 2023 09:17:28 -0800 Subject: announce-gen: spell OpenBSD with a capital "O" * build-aux/announce-gen (print_checksums): Capitalize the "O" in OpenBSD, as suggested by Bruno Haible. --- build-aux/announce-gen | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-aux') 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