1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

29307, 29308 + replies: Fix some doubled words in docs and comments.

This commit is contained in:
Mikael Magnusson 2011-05-19 16:10:46 +00:00
parent a88f38b2c4
commit 72cb7cfc6f
32 changed files with 45 additions and 40 deletions

View file

@ -1,7 +1,7 @@
# Helper function for reading input from a TCP connection.
# Actually, the input doesn't need to be a TCP connection at all, it
# is simply an input file descriptor. However, it must be contained
# in ${tcp_by_fd[$TCP_SESS]}. This is set set by tcp_open, but may be
# in ${tcp_by_fd[$TCP_SESS]}. This is set by tcp_open, but may be
# set by hand. (Note, however, the blocking/timeout behaviour is usually
# not implemented for reading from regular files.)
#