DOCS: Fix references to "macOS" as "OS X", "Mac OS X", etc.

Apple renamed "Mac OS X" to "macOS" in 2016.

* Replace instances of "OSX"/"OS X"/etc. with "macOS" in comments to reflect the change.
* There are additional references to things like "osx" in functional code which are left unchanged.
* Grammatical changes due to the initial letter changing from a vowel to a consonant (o => m) in some places.
* Fix a unrelated minor grammatical issue.
This commit is contained in:
Rob Speed
2018-03-31 17:35:11 -04:00
parent b1b095cb16
commit 95ed61ffc2
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
# ------------------------------------------------------------------------------
#
# Needs either ANSIBLE_HOSTS or /etc/ansible/hosts on linux
# (or /usr/local/etc/ansible/hosts on OSX)
# (or /usr/local/etc/ansible/hosts on macOS)
#
# Note 1: the following gist (https://gist.github.com/15ed54a438a36d67fd99.git)
# has some files to help improve the hostfile shell parsing