configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 98c3dd1b7147ea9c235a65c276e9005290fe108b
Author: Andrea Gelmini <[email protected]>
AuthorDate: Mon Dec 13 18:11:43 2021 +0100
Commit: Julien Nabet <[email protected]>
CommitDate: Mon Dec 13 22:32:54 2021 +0100
Fix typo
Change-Id: I848271a9dee0f74c77acf7b311616d11f21d1bbd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126744
Tested-by: Jenkins
Reviewed-by: Julien Nabet <[email protected]>
diff --git a/configure.ac b/configure.ac
index 760f03ebf9de..c213ebfb6693 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12496,7 +12496,7 @@ elif test "$_os" = "Linux" -o "$_os" = "Darwin" -o
"$_os" = "WINNT" ; then
fi
fi
else
- AC_MSG_RESULT([no (unsuppoted OS)])
+ AC_MSG_RESULT([no (unsupported OS)])
fi
AC_SUBST(ENABLE_GPGMEPP)
AC_SUBST(SYSTEM_GPGMEPP)