summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp_ddns/libdhcp_ddns.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dhcp_ddns/libdhcp_ddns.dox')
-rw-r--r--src/lib/dhcp_ddns/libdhcp_ddns.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dhcp_ddns/libdhcp_ddns.dox b/src/lib/dhcp_ddns/libdhcp_ddns.dox
index e6102f6bc4..c03e30c778 100644
--- a/src/lib/dhcp_ddns/libdhcp_ddns.dox
+++ b/src/lib/dhcp_ddns/libdhcp_ddns.dox
@@ -1,11 +1,11 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
/**
-@page libdhcp_ddns libdhcp_ddns - DHCP_DDNS Request I/O Library
+@page libdhcp_ddns libkea-dhcp_ddns - DHCP_DDNS Request I/O Library
@section libdhcp_ddnsIntro Introduction
@@ -48,7 +48,7 @@ only transport supported is via UDP Sockets.
The UDP implementation is provided by isc::dhcp_ddns::NameChangeUDPSender
and isc::dhcp_ddns::NameChangeUDPListener. The implementation is strictly
-unidirectional: there is no explicit acknowledgement of receipt of a
+unidirectional: there is no explicit acknowledgment of receipt of a
request so, as it is UDP, no guarantee of delivery.
*/