[Libreoffice-commits] .: configure.in

Julien Nabet serval2412 at kemper.freedesktop.org
Sun Oct 30 04:53:30 PDT 2011


 configure.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 60812ff7b6439c879d1c008db5b09d0417288329
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Oct 30 12:52:30 2011 +0100

    Fix some typo (verion -> version)

diff --git a/configure.in b/configure.in
index 3b48331..65b81c1 100644
--- a/configure.in
+++ b/configure.in
@@ -2004,14 +2004,14 @@ if test "$_os" = "Darwin" ; then
         ;;
     esac
 
-    AC_MSG_CHECKING([that macosx-verion-min-required is coherent with macosx-version-max-allowed])
+    AC_MSG_CHECKING([that macosx-version-min-required is coherent with macosx-version-max-allowed])
     if test $MAC_OS_X_VERSION_MIN_REQUIRED -gt $MAC_OS_X_VERSION_MAX_ALLOWED ; then
         AC_MSG_ERROR([the version minimumn required must be inferior or equal to the version maximum allowed])
     else
         AC_MSG_RESULT([ok])
     fi
 
-    AC_MSG_CHECKING([that macosx-verion-max-allowed is coherent macos-with-sdk])
+    AC_MSG_CHECKING([that macosx-version-max-allowed is coherent macos-with-sdk])
     if test $MAC_OS_X_VERSION_MAX_ALLOWED -gt $macosx_sdk_value ; then
         AC_MSG_ERROR([the version maximum allowed cannot be greater thatn the sdk level])
     else


More information about the Libreoffice-commits mailing list