diff options
Diffstat (limited to 'src/bin/dhcp4/dhcp4_srv.cc')
-rw-r--r-- | src/bin/dhcp4/dhcp4_srv.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc index 5132a443ea..7df4010255 100644 --- a/src/bin/dhcp4/dhcp4_srv.cc +++ b/src/bin/dhcp4/dhcp4_srv.cc @@ -2105,7 +2105,7 @@ Dhcpv4Srv::processHostnameOption(Dhcpv4Exchange& ex) { // i.e. DDNS configuration. If we have a reserved hostname we should // use it and send it back. if (ctx->currentHost() && !ctx->currentHost()->getHostname().empty()) { - // Qualify if there is an a suffix configured. + // Qualify if there is a suffix configured. std::string hostname = d2_mgr.qualifyName(ctx->currentHost()->getHostname(), *(ex.getContext()->getDdnsParams()), false); // Convert it to lower case. |