Author: sebb
Date: Tue Mar 15 16:16:13 2011
New Revision: 1081832

URL: http://svn.apache.org/viewvc?rev=1081832&view=rev
Log:
Correct command name typo

Modified:
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/NNTP.java

Modified: 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/NNTP.java
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/NNTP.java?rev=1081832&r1=1081831&r2=1081832&view=diff
==============================================================================
--- 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/NNTP.java 
(original)
+++ 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/NNTP.java 
Tue Mar 15 16:16:13 2011
@@ -768,7 +768,7 @@ public class NNTP extends SocketClient
 
 
     /***
-     * A convenience method to send the NNTP NEWGROUPS command to the server,
+     * A convenience method to send the "NEWGROUPS" command to the server,
      * receive the reply, and return the reply code.
      * <p>
      * @param date The date after which to check for new groups.
@@ -814,7 +814,7 @@ public class NNTP extends SocketClient
 
 
     /***
-     * A convenience method to send the NNTP NEWGROUPS command to the server,
+     * A convenience method to send the "NEWNEWS" command to the server,
      * receive the reply, and return the reply code.
      * <p>
      * @param newsgroups A comma-separated list of newsgroups to check for new


Reply via email to