configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a72988bfdbbe7c9d5e27402670dc631384127a5e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jul 18 14:50:43 2024 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Thu Jul 18 19:17:15 2024 +0200

    Fix typo
    
    Change-Id: I16e88e1ecb0174605871031a614285911e6fff58
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170689
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>
    Tested-by: Jenkins

diff --git a/configure.ac b/configure.ac
index bc97de7b45d7..a7101be99328 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3722,7 +3722,7 @@ if test $_os = Darwin; then
         AC_MSG_RESULT([yes ($my_xcode_ver2)])
         if test $MAC_OS_X_VERSION_MIN_REQUIRED -lt 120000; then
             if test "$my_xcode_ver3" -eq 1500; then
-                dnl the bug was aleady fixed on 15.1 and 15.2 still has the 
same OS requirements as 15.0
+                dnl the bug was already fixed on 15.1 and 15.2 still has the 
same OS requirements as 15.0
                 dnl in other words all affected users could update to a 
working Xcode version
                 AC_MSG_WARN([Use a current version of XCode or bump the 
minimum deployment target])
                 AC_MSG_WARN([[see 
https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes#Linking]])

Reply via email to