This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git

commit 4213170b2916cc4471cc47822e6afba328f48519
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jul 19 11:02:56 2023 -0400

    Typos
---
 src/test/java/org/apache/commons/net/tftp/TFTPServer.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/net/tftp/TFTPServer.java 
b/src/test/java/org/apache/commons/net/tftp/TFTPServer.java
index d7847920..6aefe01f 100644
--- a/src/test/java/org/apache/commons/net/tftp/TFTPServer.java
+++ b/src/test/java/org/apache/commons/net/tftp/TFTPServer.java
@@ -38,7 +38,7 @@ import org.apache.commons.net.io.FromNetASCIIOutputStream;
 import org.apache.commons.net.io.ToNetASCIIInputStream;
 
 /**
- * A fully multi-threaded tftp server. Can handle multiple clients at the same 
time. Implements RFC 1350 and wrapping block numbers for large file support.
+ * A fully multi-threaded TFTP server. Can handle multiple clients at the same 
time. Implements RFC 1350 and wrapping block numbers for large file support.
  *
  * To launch, just create an instance of the class. An IOException will be 
thrown if the server fails to start for reasons such as port in use, port 
denied,
  * etc.
@@ -250,7 +250,7 @@ public class TFTPServer implements Runnable, AutoCloseable {
         }
 
         /*
-         * handle a tftp write request.
+         * handle a TFTP write request.
          */
         private void handleWrite(final TFTPWriteRequestPacket twrp) throws 
IOException, TFTPPacketException {
             OutputStream bos = null;

Reply via email to