commit 7472d893c701ea08db78f4b57c62b1de5af30c99
parent a7f57068ed08cddb682f974715ffe16f9f9bfb6e
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 29 Apr 2024 14:53:43 +0200
mhd_bool.m4: one more minor correction
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/mhd_bool.m4 b/m4/mhd_bool.m4
@@ -123,7 +123,7 @@ AC_CACHE_CHECK([[whether the defined "bool", "true" and "false" can work togethe
])
dnl end of AC_CACHE_CHECK
AS_VAR_IF([[mhd_cv_bool_true_false_work]], [["yes"]],[[:]],[dnl
-AC_MSG_FAILURE([cannot find suitable replacemnt for "bool", "true" and "false"])
+AC_MSG_FAILURE([cannot find suitable replacements for "bool", "true" and "false"])
])
dnl end of AS_VAR_IF mhd_cv_bool_true_false_work "yes"
])