2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[master] spelling

This commit is contained in:
Francis Dupont
2017-01-24 23:18:58 +01:00
parent 5b018cab7d
commit e6827b24d7
8 changed files with 22 additions and 22 deletions

View File

@@ -332,7 +332,7 @@ protected:
subnet4->get4o6().enabled(true);
}
// Try 4o6 specific paramter: 4o6-interface-id
// Try 4o6 specific parameter: 4o6-interface-id
std::string ifaceid = string_values_->getOptionalParam("4o6-interface-id", "");
if (!ifaceid.empty()) {
OptionBuffer tmp(ifaceid.begin(), ifaceid.end());