Skip to content

Commit d879e1a

Browse files
authored
chore: OSX/OS X -> macOS. (#1584)
1 parent 09d9338 commit d879e1a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dev/release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The artifacts will be signed using the gpg key of the release manager and upload
174174

175175
Note that installed GPG keys can be listed with `gpg --list-keys`. The gpg key is a 40 character hex string.
176176

177-
Note: This script needs `xmllint` to be installed. On MacOS xmllint is available by default.
177+
Note: This script needs `xmllint` to be installed. On macOS xmllint is available by default.
178178

179179
On Ubuntu `apt-get install -y libxml2-utils`
180180

dev/release/publish-to-maven.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ do
129129
echo $GPG_PASSPHRASE | $GPG --passphrase-fd 0 --output $file.asc \
130130
--detach-sig --armour $file;
131131
if [ $(command -v md5) ]; then
132-
# Available on OS X; -q to keep only hash
132+
# Available on macOS; -q to keep only hash
133133
md5 -q $file > $file.md5
134134
else
135135
# Available on Linux; cut to keep only hash

docs/source/user-guide/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Make sure the following requirements are met and software installed on your mach
2626
### Supported Operating Systems
2727

2828
- Linux
29-
- Apple OSX (Intel and Apple Silicon)
29+
- Apple macOS (Intel and Apple Silicon)
3030

3131
### Supported Spark Versions
3232

@@ -55,7 +55,7 @@ Cloud Service Providers.
5555

5656
## Using a Published JAR File
5757

58-
Comet jar files are available in [Maven Central](https://central.sonatype.com/namespace/org.apache.datafusion) for amd64 and arm64 architectures for Linux. For Apple OSX, it
58+
Comet jar files are available in [Maven Central](https://central.sonatype.com/namespace/org.apache.datafusion) for amd64 and arm64 architectures for Linux. For Apple macOS, it
5959
is currently necessary to build from source.
6060

6161
Here are the direct links for downloading the Comet 0.7.0 jar file.

0 commit comments

Comments
 (0)