diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-12-13 18:11:43 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-12-13 22:32:54 +0100 |
commit | 98c3dd1b7147ea9c235a65c276e9005290fe108b (patch) | |
tree | ceb57a7c81cabc8ea19a4bb238c5e6c9d10a69a6 | |
parent | 5d1f9b98e2c5e42aeef99529409d3b0b9727548d (diff) |
Fix typo
Change-Id: I848271a9dee0f74c77acf7b311616d11f21d1bbd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126744
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |