Skip to content

Commit 6636d32

Browse files
committed
Fixed small documentation typo in SSLSocketChannel
Signed-off-by: Victor Toni <victor.toni@gmail.com>
1 parent cc64b39 commit 6636d32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/java_websocket/SSLSocketChannel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class SSLSocketChannel implements WrappedByteChannel, ByteChannel, ISSLCh
7373
private final Logger log = LoggerFactory.getLogger(SSLSocketChannel.class);
7474

7575
/**
76-
* The underlaying socket channel
76+
* The underlying socket channel
7777
*/
7878
private final SocketChannel socketChannel;
7979

0 commit comments

Comments
 (0)