about summary refs log tree commit diff
path: root/Completion/Unix/Command/_chown
diff options
context:
space:
mode:
authordana <dana@dana.is>2019-04-26 17:50:00 -0500
committerdana <dana@dana.is>2019-04-26 17:50:00 -0500
commit8ce9e20c4963b288cee9a76523c41579880aeeb1 (patch)
treebedf58bc65c0be29b037594a2c44be220a928248 /Completion/Unix/Command/_chown
parent860bcdd5615996640bc1680596f3af8636d9c84e (diff)
downloadzsh-8ce9e20c4963b288cee9a76523c41579880aeeb1.tar.gz
zsh-8ce9e20c4963b288cee9a76523c41579880aeeb1.tar.xz
zsh-8ce9e20c4963b288cee9a76523c41579880aeeb1.zip
44251: Completion: Fix various wording issues
Diffstat (limited to 'Completion/Unix/Command/_chown')
-rw-r--r--Completion/Unix/Command/_chown2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_chown b/Completion/Unix/Command/_chown
index 849607448..9ebbf7bab 100644
--- a/Completion/Unix/Command/_chown
+++ b/Completion/Unix/Command/_chown
@@ -27,7 +27,7 @@ case "$variant" in
     ;;
   *)
     args=(
-      '-h[operate on symlinks them self]'
+      '-h[operate on symlinks themselves]'
       '-R[change files and directories recursively]'
     )
     ;|