aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/tftp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/agent/tftp.hxx')
-rw-r--r--bbot/agent/tftp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/agent/tftp.hxx b/bbot/agent/tftp.hxx
index 2d02b29..5306dd1 100644
--- a/bbot/agent/tftp.hxx
+++ b/bbot/agent/tftp.hxx
@@ -1,5 +1,5 @@
// file : bbot/agent/tftp.hxx -*- C++ -*-
-// license : TBC; see accompanying LICENSE file
+// license : MIT; see accompanying LICENSE file
#ifndef BBOT_AGENT_TFTP_HXX
#define 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.