Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
pabender committed Apr 5, 2019
1 parent 5ed9b6a commit f3c1774
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -163,7 +163,7 @@ public void run() {
log.error("Exception opening socket", ex0);
return; // can't continue from this
} catch (RuntimeException rte) {
// sublcases of RuntimeException may occur at times other than
// subclasses of RuntimeException may occur at times other than
// when opening the socket.
log.error("Exception performing operation on socket", rte);
return; // can't continue from this
Expand Down

0 comments on commit f3c1774

Please sign in to comment.