Skip to content

Commit

Permalink
Fixed small documentation typo in SSLSocketChannel
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Toni <victor.toni@gmail.com>
  • Loading branch information
ViToni committed Jan 20, 2020
1 parent cc64b39 commit 6636d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/java_websocket/SSLSocketChannel.java
Expand Up @@ -73,7 +73,7 @@ public class SSLSocketChannel implements WrappedByteChannel, ByteChannel, ISSLCh
private final Logger log = LoggerFactory.getLogger(SSLSocketChannel.class);

/**
* The underlaying socket channel
* The underlying socket channel
*/
private final SocketChannel socketChannel;

Expand Down

0 comments on commit 6636d32

Please sign in to comment.