]> Savannah Git Hosting - gnulib.git/commitdiff
HACKING: Fix a typo.
authorCollin Funk <collin.funk1@gmail.com>
Thu, 25 Apr 2024 18:45:15 +0000 (11:45 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Thu, 25 Apr 2024 18:45:15 +0000 (11:45 -0700)
* HACKING: Add missing 't' to platforms.

ChangeLog
HACKING

index 8d1e0e981b2d83bbf71204e6688962e942e0d678..e635e316b82539067255614d86779580cd0929fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-04-25  Collin Funk  <collin.funk1@gmail.com>
+
+       HACKING: Fix a typo.
+       * HACKING: Add missing 't' to platforms.
+
 2024-04-25  Bruno Haible  <bruno@clisp.org>
 
        relocatable-lib-lgpl: Allow unconditional use of set_relocation_prefix.
diff --git a/HACKING b/HACKING
index 8ffe5d5f5e42f28d05b332d7e93451b75d470b03..964b880d204b51578cbf0dd4af45a64796cbdfeb 100644 (file)
--- 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,