summaryrefslogtreecommitdiff
path: root/tftpy
diff options
context:
space:
mode:
authoradehad <26027314+adehad@users.noreply.github.com>2021-10-23 09:07:39 +0100
committeradehad <26027314+adehad@users.noreply.github.com>2021-10-23 09:14:18 +0100
commit5332759d7c627f4c136ecfc42963d0385e619ff0 (patch)
treea56e67bd4f730e5328a492d95a828d3f55aeac09 /tftpy
parent4907089c0616be5569b046dc688a1238d58bf2a2 (diff)
downloadtftpy-5332759d7c627f4c136ecfc42963d0385e619ff0.tar.gz
run codespell
Diffstat (limited to 'tftpy')
-rw-r--r--tftpy/TftpClient.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tftpy/TftpClient.py b/tftpy/TftpClient.py
index 852181b..5cad112 100644
--- a/tftpy/TftpClient.py
+++ b/tftpy/TftpClient.py
@@ -49,8 +49,8 @@ class TftpClient(TftpSession):
form of a TftpPacketDAT object. The timeout parameter may be used to
override the default SOCK_TIMEOUT setting, which is the amount of time
that the client will wait for a receive packet to arrive.
- The retires paramater may be used to override the default DEF_TIMEOUT_RETRIES
- settings, which is the amount of retransmission attemtpts the client will initiate
+ The retires parameter may be used to override the default DEF_TIMEOUT_RETRIES
+ settings, which is the amount of retransmission attempts the client will initiate
after encountering a timeout.
Note: If output is a hyphen, stdout is used."""
@@ -107,8 +107,8 @@ class TftpClient(TftpSession):
TftpPacketDAT object. The timeout parameter may be used to override
the default SOCK_TIMEOUT setting, which is the amount of time that
the client will wait for a DAT packet to be ACKd by the server.
- The retires paramater may be used to override the default DEF_TIMEOUT_RETRIES
- settings, which is the amount of retransmission attemtpts the client will initiate
+ The retires parameter may be used to override the default DEF_TIMEOUT_RETRIES
+ settings, which is the amount of retransmission attempts the client will initiate
after encountering a timeout.
Note: If input is a hyphen, stdin is used."""