Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 2/2] Fix typos in completion style guide.
---
Etc/completion-style-guide | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Etc/completion-style-guide b/Etc/completion-style-guide
index ec4efe2..b5de16f 100644
--- a/Etc/completion-style-guide
+++ b/Etc/completion-style-guide
@@ -8,7 +8,7 @@ to be distributed as part of zsh to maintain a level of consistency.
Coding style:
* Use two spaces for indentation and four for continuation lines except
- where there are many continutation lines such as `_arguments' or
+ where there are many continuation lines such as `_arguments' or
`_values' specs. Lines tend to be longer than in C code so less
indentation makes sense.
@@ -46,7 +46,7 @@ where default values or units are indicated. Do not put them in
per-match descriptions; they are better placed in the group
descriptions. Put the units in parentheses after the description. So
for example, do not use:
- '--timeout[specifiy connection timeout in milliseconds]:timeout'
+ '--timeout[specify connection timeout in milliseconds]:timeout'
but use:
'--timeout[specify connection timeout]:timeout (ms)'
@@ -63,7 +63,7 @@ itsa meee, maaario
Where two matches have identical meaning, give them the same
description so that the completion system can group them together.
-Conventionally a brace exapansion of this form is used:
+Conventionally a brace expansion of this form is used:
'(--context,-C)'{--context=,-C-}'[specify lines of context]:lines'
You won't need the exclusion list if the option can be specified
multiple times. It can also be useful to use the same description for
--
1.6.0.2.GIT
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author