aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/tftp.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-03-19 08:16:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-03-22 07:37:09 +0200
commit4ec9106cdcce82d2f560f201b7f40691f5455da8 (patch)
treee6749078f367be71009b52ed3155b4db69bc696a /bbot/agent/tftp.hxx
parent78bb97e255c946f3235dfe7cb50487328e9d60e0 (diff)
Implement auxiliary machine support in bbot-agent
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.