}
if (values.size() != 1) {
isc_throw(EvalBadStack, "Incorrect stack order. Expected exactly "
- "1 value at the end of evaluatuion, got " << values.size());
+ "1 value at the end of evaluation, got " << values.size());
}
return (values.top());
}
pkt6_->addRelayInfo(relay1);
}
- /// @brief Verify that the relay6 option evaluatiosn work properly
+ /// @brief Verify that the relay6 option evaluations work properly
///
/// Given the nesting level and option code extract the option
/// and compare it to the expected string.