diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-04-25 11:18:50 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-04-25 11:18:50 +0000 |
| commit | a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe (patch) | |
| tree | abf9f9bdf206887f87412f272066e0689f481c30 /Functions/TCP/tcp_read | |
| parent | unposted: misspelling in compsys.yo rewrite (diff) | |
| download | zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.tar zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.tar.gz zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.tar.bz2 zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.tar.lz zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.tar.xz zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.tar.zst zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.zip | |
18472: spelling corrections
Diffstat (limited to 'Functions/TCP/tcp_read')
| -rw-r--r-- | Functions/TCP/tcp_read | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/TCP/tcp_read b/Functions/TCP/tcp_read index 97da8bf21..d9aa47e0e 100644 --- a/Functions/TCP/tcp_read +++ b/Functions/TCP/tcp_read @@ -87,7 +87,7 @@ while getopts "abdl:qs:t:T:u:" opt; do done ;; - # Don't print an error mesage if there is no TCP connection, + # Don't print an error message if there is no TCP connection, # just return 1. (q) quiet=1 ;; |
