Skip to content

Commit 33b5327

Browse files
committed
Fix spelling
1 parent 7ca819c commit 33b5327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/net/tftp/TFTPServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ private void handleRead(final TFTPReadRequestPacket trrp) throws IOException, TF
224224
final TFTPAckPacket ack = (TFTPAckPacket) answer;
225225
if (ack.getBlockNumber() != block) {
226226
/*
227-
* The origional tftp spec would have called on us to resend the previous data here, however, that causes the SAS Syndrome.
227+
* The original TFTP spec would have called on us to resend the previous data here, however, that causes the SAS Syndrome.
228228
* https://datatracker.ietf.org/doc/html/rfc1123 section 4.2.3.1 The modified spec says that we ignore a duplicate ack. If the packet was really
229229
* lost, we will time out on receive, and resend the previous data at that point.
230230
*/

0 commit comments

Comments
 (0)