Installed.  Cheers!

commit e639e557f1b09a4f5589377705a30c4014b76924
Author: Akim Demaille <akim.demai...@gmail.com>
Date:   Fri Mar 26 06:40:06 2021 +0100

    fprintf-posix: fix typo
    
    * modules/fprintf-posix (Depends-on): Fix typo.

diff --git a/ChangeLog b/ChangeLog
index b9fb4b797..cac41b795 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-03-26  Akim Demaille  <a...@lrde.epita.fr>
+
+       fprintf-posix: fix typo
+       * modules/fprintf-posix (Depends-on): Fix typo.
+
 2021-03-25  Paul Eggert  <egg...@cs.ucla.edu>
 
        free-posix: use more often in other modules
diff --git a/modules/fprintf-posix b/modules/fprintf-posix
index 123fbea2d..f2bd1a5c7 100644
--- a/modules/fprintf-posix
+++ b/modules/fprintf-posix
@@ -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]


Reply via email to