configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a2171ef07fbfa97a23f82adb1e4aca459b827cb4
Author: Andrea Gelmini <[email protected]>
AuthorDate: Wed Nov 8 22:58:13 2023 +0100
Commit: Julien Nabet <[email protected]>
CommitDate: Thu Nov 9 08:19:18 2023 +0100
Fix typo
Change-Id: Ic714f23749c8f5c6c22e3e547e66324128726fe8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159191
Tested-by: Jenkins
Reviewed-by: Julien Nabet <[email protected]>
diff --git a/configure.ac b/configure.ac
index c3a43716c6b9..5a610aacba13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11212,7 +11212,7 @@ if test "$with_system_zxcvbn" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_ZXCVBN=TRUE
AC_CHECK_HEADER(zxcvbn.h, [],
- [ AC_MSG_ERROR(zxcvbn headers not foundd.)], [])
+ [ AC_MSG_ERROR(zxcvbn headers not found.)], [])
AC_CHECK_LIB(zxcvbn, ZxcvbnMatch, [],
[ AC_MSG_ERROR(zxcvbn library not found.)], [])
else