From 7794df718264048d2c27cdf307336a5e11d7551b Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Mon, 24 Jul 2023 23:16:52 +0100 Subject: [PATCH] Capitalisation fix --- doc/NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/NEWS.md b/doc/NEWS.md index e979775..4dac3e5 100644 --- a/doc/NEWS.md +++ b/doc/NEWS.md @@ -1,6 +1,6 @@ 0.0.20230724-UNRELEASED * fix: correct byte prefix size to 2 spaces in rate display, so progress display size remains constant at low transfer rates - * cleanup: Rewrote `configure.in` as per suggestions in newer "`autoconf`" manuals + * cleanup: rewrote `configure.in` as per suggestions in newer "`autoconf`" manuals * cleanup: replaced `header.in` with one generated by "`autoheader`", moving custom logic to a separate header file "`config-aux.h`" * cleanup: added copyright notice to all source files as per GNU standards * cleanup: changed "`--version`" output to conform to GNU standards