We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e4045 commit 6e3463dCopy full SHA for 6e3463d
src/main/java/org/apache/commons/net/nntp/NNTPClient.java
@@ -54,7 +54,7 @@
54
* When that occurs, the NNTP class method encountering that reply will throw
55
* an {@link org.apache.commons.net.nntp.NNTPConnectionClosedException}
56
* .
57
- * <code>NNTPConectionClosedException</code>
+ * <code>NNTPConnectionClosedException</code>
58
* is a subclass of <code> IOException </code> and therefore need not be
59
* caught separately, but if you are going to catch it separately, its
60
* catch block must appear before the more general <code> IOException </code>
0 commit comments