about summary refs log tree commit diff
path: root/Completion/Darwin
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-06-12 19:22:43 -0500
committerdana <dana@dana.is>2018-06-12 19:32:53 -0500
commit2fb6533f04dfd8179897e6d87e22757cf73eeb6b (patch)
treeac59c73d7e0b432e4900b769ac170502e013afd8 /Completion/Darwin
parent684db0f9fee126fc51315b621d602b4791b674fb (diff)
downloadzsh-2fb6533f04dfd8179897e6d87e22757cf73eeb6b.tar.gz
zsh-2fb6533f04dfd8179897e6d87e22757cf73eeb6b.tar.xz
zsh-2fb6533f04dfd8179897e6d87e22757cf73eeb6b.zip
unposted: Change 'Mac OS X' reference to 'macOS'
I've left other references (see _growisofs and _hdiutil) alone, since they all
appear in the context of legacy features.
Diffstat (limited to 'Completion/Darwin')
-rw-r--r--Completion/Darwin/Type/_mac_applications2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Darwin/Type/_mac_applications b/Completion/Darwin/Type/_mac_applications
index 51fa0c470..7b633579c 100644
--- a/Completion/Darwin/Type/_mac_applications
+++ b/Completion/Darwin/Type/_mac_applications
@@ -3,5 +3,5 @@
 _retrieve_mac_apps
 
 local expl
-_wanted commands expl 'Mac OS X application' \
+_wanted commands expl 'macOS application' \
     compadd "$@" - "${(@)${_mac_apps[@]:t}%.app}"