summaryrefslogtreecommitdiffstats
path: root/src/bin
diff options
context:
space:
mode:
authorPiotrek Zadroga <piotrek@isc.org>2023-11-20 13:09:07 +0100
committerThomas Markwalder <tmark@isc.org>2023-11-21 13:08:56 +0100
commite912ad8e453cfc2e98d95728d78e5d5deeeb003c (patch)
treed8cb4427ed57dfd19fca2ac2931fd26685c2812c /src/bin
parent[#3084] Minor ARM fixes (diff)
downloadkea-e912ad8e453cfc2e98d95728d78e5d5deeeb003c.tar.xz
kea-e912ad8e453cfc2e98d95728d78e5d5deeeb003c.zip
[#3084] addressed review comments
- fixing mostly typos
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/dhcp4/dhcp4_messages.cc2
-rw-r--r--src/bin/dhcp4/dhcp4_messages.mes4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/dhcp4/dhcp4_messages.cc b/src/bin/dhcp4/dhcp4_messages.cc
index 1a389396c7..de44d9f591 100644
--- a/src/bin/dhcp4/dhcp4_messages.cc
+++ b/src/bin/dhcp4/dhcp4_messages.cc
@@ -344,7 +344,7 @@ const char* values[] = {
"DHCP4_RESPONSE_HOSTNAME_DATA", "%1: including Hostname option in the server's response: %2",
"DHCP4_RESPONSE_HOSTNAME_GENERATE", "%1: server has generated hostname %2 for the client",
"DHCP4_SERVER_FAILED", "server failed: %1",
- "DHCP4_SERVER_INITIATED_DECLINE", "Lease for addr %1 has been found to be already be in use. The lease will be unavailable for %2 seconds.",
+ "DHCP4_SERVER_INITIATED_DECLINE", "Lease for addr %1 has been found to be already in use. The lease will be unavailable for %2 seconds.",
"DHCP4_SERVER_INITIATED_DECLINE_FAILED", "%1: error on server-initiated decline lease for address %2: %3",
"DHCP4_SHUTDOWN", "server shutdown",
"DHCP4_SHUTDOWN_REQUEST", "shutdown of server requested",
diff --git a/src/bin/dhcp4/dhcp4_messages.mes b/src/bin/dhcp4/dhcp4_messages.mes
index 1bea7561dd..8a7274acd5 100644
--- a/src/bin/dhcp4/dhcp4_messages.mes
+++ b/src/bin/dhcp4/dhcp4_messages.mes
@@ -1062,10 +1062,10 @@ This error message indicates that the software failed to decline a
lease from the lease database due to an error during a database
operation. The first argument includes the client and the transaction
identification information. The second argument holds the IPv4 address
-which decline was attempted. The last one contains the reason for
+for which the decline was attempted. The last one contains the reason of
failure.
-% DHCP4_SERVER_INITIATED_DECLINE Lease for addr %1 has been found to be already be in use. The lease will be unavailable for %2 seconds.
+% DHCP4_SERVER_INITIATED_DECLINE Lease for addr %1 has been found to be already in use. The lease will be unavailable for %2 seconds.
This informational message is printed when the server has detected via
ICMP ECHO (i.e. ping check) or other means that a lease which should be
free to offer is actually in use. This message may indicate a misconfiguration