summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-10-12 11:01:17 +0000
committerClint Adams <clint@users.sourceforge.net>2008-10-12 11:01:17 +0000
commit89b7eda334a0a20b223f0972b4056c48186082f3 (patch)
tree97929cc15fced9daab0fc2f9fb7435eaaded3fb9
parentee3799ebea1eb9dd0e48b0742fa95d02ef5651fe (diff)
downloadzsh-89b7eda334a0a20b223f0972b4056c48186082f3.tar.gz
zsh-89b7eda334a0a20b223f0972b4056c48186082f3.zip
Mikael Magnusson: 25856: typo fixes.
-rw-r--r--ChangeLog2
-rw-r--r--Etc/completion-style-guide6
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ab0b2484..d941d9793 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-10-12 Clint Adams <clint@zsh.org>
+ * Mikael Magnusson: 25856: Etc/completion-style-guide: typo fixes.
+
* Mikael Magnusson: 25855: Etc/zsh-development-guide: typo fixes.
2008-10-11 Peter Stephenson <p.w.stephenson@ntlworld.com>
diff --git a/Etc/completion-style-guide b/Etc/completion-style-guide
index ec4efe2ad..b5de16f03 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 @@ tells _wanted where to put options specifying the `directory' description.
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