configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9f1b157122b0c0dfd2e8f97f4a98d342a8a1d423 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Nov 22 08:39:39 2022 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Nov 22 19:48:55 2022 +0100
Fix typo Change-Id: Ia666ef09e60f1d52e813adb392a99b68008d1f21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143091 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/configure.ac b/configure.ac index 26641bbc23ce..6284f5f0c05a 100644 --- a/configure.ac +++ b/configure.ac @@ -3433,7 +3433,7 @@ if test $_os = Darwin; then # XCode only ships with a single SDK for a while now, and using older SDKs alongside is not # really supported anymore, instead you'd use different copies of Xcode, each with their own # SDK, and thus xcrun will pick the SDK that matches the currently selected Xcode version - # also restricting the SDK version to "known good" versions doesn't seem necessary anyomre, the + # also restricting the SDK version to "known good" versions doesn't seem necessary anymore, the # problems that existed in the PPC days with target versions not being respected or random # failures seems to be a thing of the past or rather: limiting either the Xcode version or the # SDK version is enough, no need to do both...