summaryrefslogtreecommitdiffstats
path: root/src/bin/perfdhcp/command_options.h
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-07-23 22:33:16 +0200
committerJosh Soref <jsoref@users.noreply.github.com>2017-07-23 22:33:16 +0200
commitc20efb697dd807f098f5e9038506360cae14b4e1 (patch)
treed1f7fe30f699c0b64db796bff543961f4f302a79 /src/bin/perfdhcp/command_options.h
parentspelling: setting (diff)
downloadkea-c20efb697dd807f098f5e9038506360cae14b4e1.tar.xz
kea-c20efb697dd807f098f5e9038506360cae14b4e1.zip
spelling: should
Diffstat (limited to 'src/bin/perfdhcp/command_options.h')
-rw-r--r--src/bin/perfdhcp/command_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/perfdhcp/command_options.h b/src/bin/perfdhcp/command_options.h
index d6cae48669..8b957d3d82 100644
--- a/src/bin/perfdhcp/command_options.h
+++ b/src/bin/perfdhcp/command_options.h
@@ -272,7 +272,7 @@ public:
/// \return true if server-iD to be taken from first package.
bool isUseFirst() const { return use_first_; }
- /// \brief Check if generated DHCPv6 messages shuold appear as relayed.
+ /// \brief Check if generated DHCPv6 messages should appear as relayed.
///
/// \return true if generated traffic should appear as relayed.
bool isUseRelayedV6() const { return (v6_relay_encapsulation_level_ > 0); }