summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-11-22 08:39:39 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-11-22 19:48:55 +0100
commit9f1b157122b0c0dfd2e8f97f4a98d342a8a1d423 (patch)
treee13081f40d1091824c810ca975b257a88df60155 /configure.ac
parentc4d169eb7f0b2abb96e6a210fbaae506eb354b4b (diff)
Fix typo
Change-Id: Ia666ef09e60f1d52e813adb392a99b68008d1f21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143091 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 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...