]> Savannah Git Hosting - gnulib.git/commitdiff
fprintf-posix: fix typo
authorAkim Demaille <akim.demaille@gmail.com>
Fri, 26 Mar 2021 05:40:06 +0000 (06:40 +0100)
committerAkim Demaille <akim.demaille@gmail.com>
Fri, 26 Mar 2021 05:40:06 +0000 (06:40 +0100)
* modules/fprintf-posix (Depends-on): Fix typo.

ChangeLog
modules/fprintf-posix

index b9fb4b797991ec242d6a1a305eded2a5c4d6ce8a..cac41b7957cef5e6df1f46275918bf28b41a89d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-03-26  Akim Demaille  <akim@lrde.epita.fr>
+
+       fprintf-posix: fix typo
+       * modules/fprintf-posix (Depends-on): Fix typo.
+
 2021-03-25  Paul Eggert  <eggert@cs.ucla.edu>
 
        free-posix: use more often in other modules
index 123fbea2d4a569edc42cfa202677c1d5d70e966e..f2bd1a5c7d3106e33eb74094d3f3ee09dba0fef3 100644 (file)
@@ -23,7 +23,7 @@ fseterr         [test $REPLACE_FPRINTF = 1]
 vasnprintf      [test $REPLACE_FPRINTF = 1]
 isnand-nolibm   [test $REPLACE_FPRINTF = 1]
 isnanl-nolibm   [test $REPLACE_FPRINTF = 1]
-freee-posix     [test $REPLACE_FPRINTF = 1]
+free-posix      [test $REPLACE_FPRINTF = 1]
 frexp-nolibm    [test $REPLACE_FPRINTF = 1]
 frexpl-nolibm   [test $REPLACE_FPRINTF = 1]
 printf-frexp    [test $REPLACE_FPRINTF = 1]