aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/tftp.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-03-21 20:07:52 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-03-21 20:07:52 +0300
commit16b9c4aa7eec49606d69cf99df18d1fc51468e8f (patch)
tree6df1778373fcb5823948a1ad3b8d386a5e062c5f /bbot/agent/tftp.hxx
parent8ac8605c903e769d373a87d3acf167acc9a08a56 (diff)
Minor agent fixesaux-machina
Diffstat (limited to 'bbot/agent/tftp.hxx')
-rw-r--r--bbot/agent/tftp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/agent/tftp.hxx b/bbot/agent/tftp.hxx
index 103c9d6..5306dd1 100644
--- a/bbot/agent/tftp.hxx
+++ b/bbot/agent/tftp.hxx
@@ -29,7 +29,7 @@ namespace bbot
port () const;
// Wait for a TFTP request for up to the specified number of seconds. If
- // increment is not 0, then wait in the specified incremenets (i.e., wait
+ // increment is not 0, then wait in the specified increments (i.e., wait
// for up to that number of seconds; useful when one needs to also
// periodically check for something else). Update the timeout value as
// well as return true if a request was served and false otherwise.