javadoc typo

This commit is contained in:
zzz
2022-11-28 07:34:24 -05:00
parent 6096fc993c
commit f67b62a3a1

View File

@ -23,7 +23,7 @@ import java.util.concurrent.LinkedBlockingQueue;
* Can only be connected by InternalSocket.
*
* Warning - this uses Piped Streams, which don't like multiple writers from threads
* that may vanish. If you do use multipe writers,
* that may vanish. If you do use multiple writers,
* you may get intermittent 'write end dead' or 'pipe broken' IOExceptions on the reader side.
* See http://techtavern.wordpress.com/2008/07/16/whats-this-ioexception-write-end-dead/
* @since 0.7.9