diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-16 13:55:35 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-16 13:55:35 +0000 |
commit | 246bcd10a7aeb54094ba02f032e682b759ee4b0b (patch) | |
tree | ff0c44d891e9a0b2c1fa0cfbc6d9ccb94112b9db /Completion/Base | |
parent | 796501f44095b9099609008c91bacbc7d01f1e7d (diff) | |
download | zsh-246bcd10a7aeb54094ba02f032e682b759ee4b0b.tar.gz zsh-246bcd10a7aeb54094ba02f032e682b759ee4b0b.tar.xz zsh-246bcd10a7aeb54094ba02f032e682b759ee4b0b.zip |
Mikael: 28531: typos
Diffstat (limited to 'Completion/Base')
-rw-r--r-- | Completion/Base/Utility/_combination | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/Utility/_combination b/Completion/Base/Utility/_combination index d47d4ce31..5e87b31e2 100644 --- a/Completion/Base/Utility/_combination +++ b/Completion/Base/Utility/_combination @@ -8,7 +8,7 @@ # # Example: telnet # -# Assume an user sets the style `users-hosts-ports' as for the my-accounts +# Assume a user sets the style `users-hosts-ports' as for the my-accounts # tag: # # zstyle ':completion:*:*:telnet:*:my-accounts' users-hosts-ports \ |