summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-05-24 19:13:54 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-05-24 19:13:54 -0500
commit8c9b0e5e497659e00ca035d3cff09d5ac31f99c9 (patch)
treee5a852be2c28d7c0c7458f1e10db5ed7e22bb270 /m4
parente59d83aeb897d430f8b8fe21fe40346f63c83372 (diff)
downloadgroff-git-8c9b0e5e497659e00ca035d3cff09d5ac31f99c9.tar.gz
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.
Diffstat (limited to 'm4')
-rw-r--r--m4/groff.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/groff.m4 b/m4/groff.m4
index f51a11c8f..2bb1554bc 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])