diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2023-04-11 16:04:17 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-04-11 19:21:05 -0400 |
commit | cf9fd56bc905a2022ad48c93d25b5a73b57c8802 (patch) | |
tree | a6858f0e790f801f49d8d4f161e9183deaf90e20 /cross | |
parent | e238b81ba0b89faa19b512d1e78de00dad1488ce (diff) | |
download | meson-cf9fd56bc905a2022ad48c93d25b5a73b57c8802.zip meson-cf9fd56bc905a2022ad48c93d25b5a73b57c8802.tar.gz meson-cf9fd56bc905a2022ad48c93d25b5a73b57c8802.tar.bz2 |
fix various spelling issues
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'cross')
-rw-r--r-- | cross/iphone.txt | 2 | ||||
-rw-r--r-- | cross/tvos.txt | 2 |
2 files changed, 2 insertions, 2 deletions
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'] |