/// The return value of parse ().
int yyresult;
- // FIXME: This shoud be completely indented. It is not yet to
+ // FIXME: This should be completely indented. It is not yet to
// avoid gratuitous conflicts when merging into the master branch.
try
{
// code as CtrlAgentController is not initialized the same way it is
// in production code. In particular, the way CtrlAgentController
// is initialized in tests does not call registerCommands().
- // This is a crude workaround for this problem. Proper solution shoul
+ // This is a crude workaround for this problem. Proper solution should
// be developed sooner rather than later.
const DControllerBasePtr& base = getController();
const CtrlAgentControllerPtr& ctrl =
// code as CtrlAgentController is not initialized the same way it is
// in production code. In particular, the way CtrlAgentController
// is initialized in tests does not call registerCommands().
- // This is a crude workaround for this problem. Proper solution shoul
+ // This is a crude workaround for this problem. Proper solution should
// be developed sooner rather than later.
const DControllerBasePtr& base = getController();
const CtrlAgentControllerPtr& ctrl
/// The return value of parse ().
int yyresult;
- // FIXME: This shoud be completely indented. It is not yet to
+ // FIXME: This should be completely indented. It is not yet to
// avoid gratuitous conflicts when merging into the master branch.
try
{
/// The return value of parse ().
int yyresult;
- // FIXME: This shoud be completely indented. It is not yet to
+ // FIXME: This should be completely indented. It is not yet to
// avoid gratuitous conflicts when merging into the master branch.
try
{
/// The return value of parse ().
int yyresult;
- // FIXME: This shoud be completely indented. It is not yet to
+ // FIXME: This should be completely indented. It is not yet to
// avoid gratuitous conflicts when merging into the master branch.
try
{
/// \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); }
for (int i = 0; i < 400; ++i) {
wire_data.push_back(i);
}
- // The unpack shoud succeed.
+ // The unpack should succeed.
ASSERT_NO_THROW(tuple.unpack(wire_data.begin(), wire_data.end()));
// The decoded length should be 400.
ASSERT_EQ(400, tuple.getLength());
/// The return value of parse ().
int yyresult;
- // FIXME: This shoud be completely indented. It is not yet to
+ // FIXME: This should be completely indented. It is not yet to
// avoid gratuitous conflicts when merging into the master branch.
try
{