Mikael: 28531: typos

This commit is contained in:
Peter Stephenson 2010-12-16 13:55:35 +00:00
parent 796501f440
commit 246bcd10a7
6 changed files with 10 additions and 6 deletions

View file

@ -1,5 +1,9 @@
2010-12-16 Peter Stephenson <pws@csr.com>
* Mikael: 28531: Completion/Base/Utility/_combination,
Doc/Zsh/expn.yo, Doc/Zsh/mod_clone.yo, Doc/Zsh/options.yo,
Src/exec.c: typos.
* unposted: NEWS: add notes on (Z) parameter flag.
* unposted: README, Config/version.mk, Etc/FAQ.yo,
@ -13970,5 +13974,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5154 $
* $Revision: 1.5155 $
*****************************************************

View file

@ -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 \

View file

@ -1067,7 +1067,7 @@ be given, in which case widths will be used for the calculation of
padding; otherwise individual multibyte characters are treated as occupying
one unit of width.
IF the tt(MULTIBYTE) option is not in effect, each byte in the string is
If the tt(MULTIBYTE) option is not in effect, each byte in the string is
treated as occupying one unit of width.
Control characters are always assumed to be one unit wide; this allows the

View file

@ -37,7 +37,7 @@ as a controlling tty. That means two things:
This does not apply when cloning to an bf(unused) vc.
Cloning to an used (and unprepared) terminal will result in two
Cloning to a used (and unprepared) terminal will result in two
processes reading simultaneously from the same terminal, with
input bytes going randomly to either process.

View file

@ -1579,7 +1579,7 @@ example(unsetopt localtraps
trap - INT
fn+LPAR()RPAR() { setopt localtraps; trap '' INT; sleep 3; })
will restore normally handling of tt(SIGINT) after the function exits.
will restore normal handling of tt(SIGINT) after the function exits.
)
pindex(MULTI_FUNC_DEF)
pindex(NO_MULTI_FUNC_DEF)

View file

@ -3325,7 +3325,7 @@ save_params(Estate state, Wordcode pc, LinkList *restore_p, LinkList *remove_p)
* been done at this point. Instead, copy the
* parameter: in this case, we'll insert the
* copied parameter straight back into the parameter
* table so we wan't to be sure everything is
* table so we want to be sure everything is
* properly set up and in permanent memory.
*/
tpm = (Param) zshcalloc(sizeof *tpm);