From 88b80c33efd13dd039a422547063564dc703aad9 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 26 Mar 2026 12:45:07 +0100 Subject: [PATCH] chore: Fix old spelling mistakes Signed-off-by: Michael Vetter --- CHANGELOG | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9a7cbdc6..05e2db44 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,9 +12,9 @@ so that distributions don't need dependencies on automake, autoconf and libtool. Several distributions are dropping vendor tarballs and use git checkouts or autogenerated tarballs nowadays. Meaning they need to run the above mentioned tools in the case of the autotools build anyways. -So this release will only be shipped with tarballs generated with meson. Profanity can still be compiled with both autotools or meson for easier adjustments. Autotols users just need to generate configure first. The next release will only use Meson. So we enourage everybody to build with Meson arleady and report any bugs they encounter. +So this release will only be shipped with tarballs generated with meson. Profanity can still be compiled with both autotools or meson for easier adjustments. Autotols users just need to generate configure first. The next release will only use Meson. So we encourage everybody to build with Meson arleady and report any bugs they encounter. -We finally reenabled functional tests (along with our existing unit tests) again! +We finally re-enabled functional tests (along with our existing unit tests) again! It would be appreciated if we could find people who want to help us expand the unit and functional tests so we are less likely to introduce regressions when we rewrite existing code. Features: @@ -103,7 +103,7 @@ Cleanup: - Cast g_hash_table_lookup return to function pointer (#2089) - Cast to get rid of warnings (#2089) - Check for strdup() success in stanza_create_http_upload_request() (#2094) -- Cleanup log modul (#2094) +- Cleanup log module (#2094) - Cleanup types (#2104) - Correct comparison in cons_show_wins() (#2089) - Fix cast function type warnings in pgp.c (#2089) @@ -157,7 +157,7 @@ Tests: - Fix functional test test_ping (#2101) - Fix passing of special characters to prof_expect() (#2101) - Improve autocomplete unit tests (#2093) -- Reenable functional tests (#2101) +- Re-enable functional tests (#2101) - Remove apparently unused code (#2101) - Standardize naming convention (#2099) - Try two places for profanity binary (#2101) @@ -207,7 +207,7 @@ Chores: - Move to SPDX license header - Require DCO from now on (#2123) - Unify build configuration script into one (#2128) -- Updat clang-format action to 4.16.0 +- Update clang-format action to 4.16.0 - Update valgrind suppression file (#2123) - Use more descriptive names for helper scripts (#2128)