summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:46:36 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 06:00:18 +0000
commitce343470c385dc8390bbc4bf3e85457c1d55e0ec (patch)
tree79ec49cc25fbc427b668bc56314a082551f1a263 /configure.ac
parent9e4c87be31732ed076a059128d2e20451697d225 (diff)
Fix typos
Change-Id: Iaff7e38dd5beac48e1643e369e4240aa736c35ea Reviewed-on: https://gerrit.libreoffice.org/18941 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1389a6d5913e..a84772b6932b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2889,7 +2889,7 @@ if test $_os = Darwin; then
AC_MSG_CHECKING([that macosx-version-max-allowed is coherent with macos-with-sdk])
if test $MAC_OS_X_VERSION_MAX_ALLOWED -gt $MACOSX_SDK_VERSION; then
- AC_MSG_ERROR([the version maximum allowed cannot be greater thatn the sdk level])
+ AC_MSG_ERROR([the version maximum allowed cannot be greater than the sdk level])
else
AC_MSG_RESULT([ok])
fi