about summary refs log tree commit diff
path: root/Completion/Unix/Command/_chsh
diff options
context:
space:
mode:
authordana <dana@dana.is>2019-02-26 01:21:29 -0600
committerdana <dana@dana.is>2019-02-26 01:21:29 -0600
commit29222ca186339aa7b69f33a00fc61b40b32dc307 (patch)
treecaac1e431659d7c457d5fbadfc64b2c52ddbacbf /Completion/Unix/Command/_chsh
parent2331785afbdeee674b235711bdca05e3a7c685ca (diff)
downloadzsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.gz
zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.xz
zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.zip
44080: Completion: Fix several option-description typos
Diffstat (limited to 'Completion/Unix/Command/_chsh')
-rw-r--r--Completion/Unix/Command/_chsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_chsh b/Completion/Unix/Command/_chsh
index 006aa82a1..802369807 100644
--- a/Completion/Unix/Command/_chsh
+++ b/Completion/Unix/Command/_chsh
@@ -50,7 +50,7 @@ case $OSTYPE in
         args+=(
 	  '(-)'{-u,--usage}'[display short usage message]'
 	  '(-)--help[display help information]'
-	  '(-D --binddn)'{-D+,--binddn=}'[specify LDAP disingushed name to bind]:binddn'
+	  '(-D --binddn)'{-D+,--binddn=}'[specify LDAP distinguished name to bind]:binddn'
 	  '(-P --path)'{-P+,--path=}'[specify path to search for passwd and shadow files]:path:_directories'
 	  '(-q --quiet)'{-q,--quiet}"[don't be verbose]"
 	  '--service=[use specified name service]:service:(files nis nisplus ldap)'