From: Collin Funk Date: Thu, 25 Apr 2024 18:45:15 +0000 (-0700) Subject: HACKING: Fix a typo. X-Git-Tag: v1.0~4 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=05e2fbc9e7d984ced3210f7096e61b09d5d21c20;p=gnulib.git HACKING: Fix a typo. * HACKING: Add missing 't' to platforms. --- diff --git a/ChangeLog b/ChangeLog index 8d1e0e981b..e635e316b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-04-25 Collin Funk + + HACKING: Fix a typo. + * HACKING: Add missing 't' to platforms. + 2024-04-25 Bruno Haible relocatable-lib-lgpl: Allow unconditional use of set_relocation_prefix. diff --git a/HACKING b/HACKING index 8ffe5d5f5e..964b880d20 100644 --- a/HACKING +++ b/HACKING @@ -82,7 +82,7 @@ Maintaining high quality It is a good idea to occasionally create a testdir of all of Gnulib: $ rm -rf ../testdir-all; ./gnulib-tool --create-testdir --dir=../testdir-all --with-c++-tests --without-privileged-tests --single-configure `./all-modules` -and test this directory on various plaforms: +and test this directory on various platforms: - Linux/glibc systems, - Linux/musl systems, - macOS,