You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/01/11 20:56:05 UTC

svn commit: r1432253 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTPClient.java

Author: ggregory
Date: Fri Jan 11 19:56:05 2013
New Revision: 1432253

URL: http://svn.apache.org/viewvc?rev=1432253&view=rev
Log:
Fix spelling of acknowledgment in comment.

Modified:
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTPClient.java

Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTPClient.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTPClient.java?rev=1432253&r1=1432252&r2=1432253&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTPClient.java (original)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTPClient.java Fri Jan 11 19:56:05 2013
@@ -453,7 +453,7 @@ _receivePacket:
                     }
                 }
 
-                // Comply with RFC 783 indication that an error acknowledgement
+                // Comply with RFC 783 indication that an error acknowledgment
                 // should be sent to originator if unexpected TID or host.
                 if (host.equals(received.getAddress()) &&
                         received.getPort() == hostPort)