From cf9fd56bc905a2022ad48c93d25b5a73b57c8802 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 11 Apr 2023 16:04:17 -0400 Subject: fix various spelling issues Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- cross/iphone.txt | 2 +- cross/tvos.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cross') diff --git a/cross/iphone.txt b/cross/iphone.txt index 0aaed0f..943b4c8 100644 --- a/cross/iphone.txt +++ b/cross/iphone.txt @@ -1,6 +1,6 @@ # This is a cross compilation file from OSX Yosemite to iPhone # Apple keeps changing the location and names of files so -# these might not work for you. Use the googels and xcrun. +# these might not work for you. Use the googles and xcrun. [binaries] c = ['clang', '-arch', 'arm64', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk'] diff --git a/cross/tvos.txt b/cross/tvos.txt index 1ab0e7f..016a589 100644 --- a/cross/tvos.txt +++ b/cross/tvos.txt @@ -1,6 +1,6 @@ # This is a cross compilation file from OSX Yosemite to Apple tvOS # Apple keeps changing the location and names of files so -# these might not work for you. Use the googels and xcrun. +# these might not work for you. Use the googles and xcrun. [binaries] c = ['clang', '-arch', 'arm64', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk'] -- cgit v1.1