]> Savannah Git Hosting - gnulib.git/commitdiff
announce-gen: spell OpenBSD with a capital "O"
authorJim Meyering <meyering@fb.com>
Sun, 26 Feb 2023 17:17:28 +0000 (09:17 -0800)
committerJim Meyering <meyering@meta.com>
Sun, 26 Feb 2023 17:17:28 +0000 (09:17 -0800)
* build-aux/announce-gen (print_checksums): Capitalize
the "O" in OpenBSD, as suggested by Bruno Haible.

ChangeLog
build-aux/announce-gen

index 9477335e75428cd23b509a032839cfe13cfaab54..ed886704d75329f6da98a1a6e24e228109363aa1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-02-26  Jim Meyering  <meyering@fb.com>
+
+       announce-gen: spell OpenBSD with a capital "O"
+       * build-aux/announce-gen (print_checksums): Capitalize
+       the "O" in OpenBSD, as suggested by Bruno Haible.
+
 2023-02-26  Bruno Haible  <bruno@clisp.org>
 
        dfa: Avoid warnings with some Apple clang versions.
index e51a8a78c144a90a52d8f1bf9d8663c082563040..850619a1210d7aba920f399232ddcc27b99616b5 100755 (executable)
@@ -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)