gbranden pushed a commit to branch master
in repository groff.

commit 8c9b0e5e497659e00ca035d3cff09d5ac31f99c9
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue May 24 19:13:54 2022 -0500

    m4/groff.m4: Fix grammar nit in message.
    
    * m4/groff.m4 (GROFF_UCHARDET_CHECK): Fix grammar nit in failure message
      when user demands uchardet support but the library cannot be located.
---
 ChangeLog   | 6 ++++++
 m4/groff.m4 | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index b4388d18..5c2b6dbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-05-24  G. Branden Robinson <[email protected]>
+
+       * m4/groff.m4 (GROFF_UCHARDET_CHECK): Fix grammar nit in failure
+       message when user demands uchardet support but the library
+       cannot be located.
+
 2022-05-24  G. Branden Robinson <[email protected]>
 
        * m4/groff.m4 (GROFF_CHECK_GROHTML_PROGRAMS): Fix logic error in
diff --git a/m4/groff.m4 b/m4/groff.m4
index f51a11c8..2bb1554b 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -1698,7 +1698,7 @@ file encoding [=auto|no|yes]]))
         groff_have_uchardet=yes], [
           if test "$with_uchardet" = yes
           then
-            AC_MSG_FAILURE([Could not found uchardet library])
+            AC_MSG_FAILURE([could not find uchardet library])
           else
             AC_MSG_WARN([uchardet library not found; preconv will be \
 less functional])

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to