]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3872] fix misspellings
authorJeremy C. Reed <jreed@ISC.org>
Mon, 14 Dec 2015 19:33:07 +0000 (13:33 -0600)
committerJeremy C. Reed <jreed@ISC.org>
Mon, 14 Dec 2015 19:33:07 +0000 (13:33 -0600)
note some misspellings are in the short description but the log ID
itself is not changed (no spelling issue there)

src/bin/d2/d2_messages.mes
src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp6/dhcp6_messages.mes
src/bin/lfc/lfc_messages.mes
src/lib/dhcpsrv/alloc_engine_messages.mes
src/lib/dhcpsrv/dhcpsrv_messages.mes
src/lib/dhcpsrv/hosts_messages.mes

index 6b22b293a35c8c9a49228afbf91d62e07c87c0eb..aec50afa6a1b04b1417da3a3a8e37a0a004f11b0 100644 (file)
@@ -145,7 +145,7 @@ This is an error message issued when DNSClient returns an unrecognized status
 while DHCP_DDNS was adding a forward address mapping.  The request will be
 aborted.  This is most likely a programmatic issue and should be reported.
 
-% DHCP_DDNS_FORWARD_ADD_BUILD_FAILURE DNS Request ID %1:  udpate message to add a forward DNS entry could not be constructed for this request: %2, reason: %3
+% DHCP_DDNS_FORWARD_ADD_BUILD_FAILURE DNS Request ID %1:  update message to add a forward DNS entry could not be constructed for this request: %2, reason: %3
 This is an error message issued when an error occurs attempting to construct
 the server bound packet requesting a forward address addition.  This is due
 to invalid data contained in the NameChangeRequest. The request will be aborted.
@@ -171,7 +171,7 @@ This is an error message issued when DNSClient returns an unrecognized status
 while DHCP_DDNS was removing a forward address mapping.  The request will be
 aborted.  This is most likely a programmatic issue and should be reported.
 
-% DHCP_DDNS_FORWARD_REMOVE_ADDRS_BUILD_FAILURE DNS Request ID %1: udpate message to remove a forward DNS Address entry could not be constructed for this request: %2, reason: %3
+% DHCP_DDNS_FORWARD_REMOVE_ADDRS_BUILD_FAILURE DNS Request ID %1: update message to remove a forward DNS Address entry could not be constructed for this request: %2, reason: %3
 This is an error message issued when an error occurs attempting to construct
 the server bound packet requesting a forward address (A or AAAA) removal.  This
 is due to invalid data contained in the NameChangeRequest. The request will be
@@ -198,10 +198,11 @@ This is an error message issued when DNSClient returns an unrecognized status
 while DHCP_DDNS was removing forward RRs.  The request will be aborted. This is
 most likely a programmatic issue and should be reported.
 
-% DHCP_DDNS_FORWARD_REMOVE_RRS_BUILD_FAILURE DNS Request ID %1: udpate message to remove forward DNS RR entries could not be constructed for this request: %2,  reason: %3
+% DHCP_DDNS_FORWARD_REMOVE_RRS_BUILD_FAILURE DNS Request ID %1: update message to remove forward DNS RR entries could not be constructed for this request: %2,  reason: %3
 This is an error message issued when an error occurs attempting to construct
 the server bound packet requesting forward RR (DHCID RR) removal.  This is due
-to invalid data contained in the NameChangeRequest. The request will be aborted.This is most likely a configuration issue.
+to invalid data contained in the NameChangeRequest. The request will be aborted.
+This is most likely a configuration issue.
 
 % DHCP_DDNS_FORWARD_REMOVE_RRS_IO_ERROR DHCP_DDNS Request ID %1: encountered an IO error sending a forward RR removal for FQDN %2 to DNS server %3
 This is an error message issued when a communication error occurs while
@@ -391,7 +392,7 @@ mapping removals which were received and accepted by an appropriate DNS server.
 % DHCP_DDNS_REQUEST_DROPPED Request ID %1: Request contains no enabled update requests and will be dropped: %2
 This is a debug message issued when DHCP_DDNS receives a request which does not
 contain updates in a direction that is enabled.  In other words, if only forward
-updates are enabled and request is recevied that asks only for reverse updates
+updates are enabled and request is received that asks only for reverse updates
 then the request is dropped.
 
 % DHCP_DDNS_REVERSE_REMOVE_BAD_DNSCLIENT_STATUS DHCP_DDNS Request ID %1: received an unknown DNSClient status: %2, while removing reverse address mapping for FQDN %3 to DNS server %4
@@ -475,7 +476,7 @@ unable to respond correctly to signals.
 
 % DHCP_DDNS_STARTED Kea DHCP-DDNS server version %1 started
 This informational message indicates that the DHCP-DDNS server has
-processed all configuration information and is ready to beging processing.
+processed all configuration information and is ready to begin processing.
 The version is also printed.
 
 % DHCP_DDNS_STARTING DHCP-DDNS starting, pid: %1, version: %2
index 322487901f5de563e64f1f9df8b651b9340fd206..d5152e8d6a3c2053c78c56dc6eb00b0f912f6698 100644 (file)
@@ -55,7 +55,7 @@ through its main loop to perform handling of any pending signals
 and timers. After that, it will enter the wait state again.
 
 % DHCP4_BUFFER_WAIT_INTERRUPTED interrupted wait for the next packet due to timeout, signal or external socket callback (timeout value is %1)
-This debug message is issued when the server intrrupts waiting
+This debug message is issued when the server interrupts waiting
 for reception of the next DHCPv6 message due to timeout, signal
 or reception of the data over socket other than used for DHCPv4
 message transmission. The server will now handle signals
@@ -540,7 +540,7 @@ is a normal operation during client shutdown. The first argument includes
 the client and transaction identification information. The second argument
 includes the released IPv4 address.
 
-% DHCP4_RELEASE_EXCEPTION %1: while trying to release address %2 an exception occured: %3
+% DHCP4_RELEASE_EXCEPTION %1: while trying to release address %2 an exception occurred: %3
 This message is output when an error was encountered during an attempt
 to process a DHCPRELEASE message. The error will not affect the client,
 which does not expect any response from the server for DHCPRELEASE
@@ -632,7 +632,7 @@ has failed.  As a result, the server will exit.  The reason for the
 failure is given within the message.
 
 % DHCP4_SRV_D2STOP_ERROR error stopping IO with DHCP_DDNS during shutdown: %1
-This error message indicates that during shutdown, an erro occurred while
+This error message indicates that during shutdown, an error occurred while
 stopping IO between the DHCPv4 server and the DHCP_DDNS server.  This is
 probably due to a programmatic error is not likely to impact either server
 upon restart.  The reason for the failure is given within the message.
index 012f83c1fc7351c15953a3306e68d78fc4fecf41..ecfeb9d6bb083c0ed7564867d5cba89e07222f93 100644 (file)
@@ -223,7 +223,7 @@ be able to recover from that.
 
 % DHCP6_DECLINE_LEASE Client %1 sent DECLINE for address %2 and the server marked it as declined. The lease will be recovered in %3 seconds.
 This informational message indicates that the client leased an address, but
-discovered that it is being used by some other devicea and reported this to the
+discovered that it is being used by some other device and reported this to the
 server by sending a Decline message. The server marked the lease as
 declined. This likely indicates a misconfiguration in the network. Either
 the server is configured with an incorrect pool or there are devices that have
@@ -671,7 +671,7 @@ has failed.  As a result, the server will exit.  The reason for the
 failure is given within the message.
 
 % DHCP6_SRV_D2STOP_ERROR error stopping IO with DHCP_DDNS during shutdown: %1
-This error message indicates that during shutdown, an erro occurred while
+This error message indicates that during shutdown, an error occurred while
 stopping IO between the DHCPv6 server and the DHCP_DDNS server.  This is
 probably due to a programmatic error is not likely to impact either server
 upon restart.  The reason for the failure is given within the message.
index 3e1ca8ae9b1b7b96bd7657760aba7bd91724c27f..4365cf71e1820f01803e8a06b8b0562318d9f94a 100644 (file)
 $NAMESPACE isc::lfc
 % LFC_FAIL_PID_CREATE : %1
 This message is issued if LFC detected a failure when trying
-to create the PID file.  It includes a more specifc error string.
+to create the PID file.  It includes a more specific error string.
 
 % LFC_FAIL_PID_DEL : %1
 This message is issued if LFC detected a failure when trying
-to delete the PID file.  It includes a more specifc error string.
+to delete the PID file.  It includes a more specific error string.
 
 % LFC_FAIL_PROCESS : %1
 This message is issued if LFC detected a failure when trying
-to process the files.  It includes a more specifc error string.
+to process the files.  It includes a more specific error string.
 
 % LFC_FAIL_ROTATE : %1
 This message is issued if LFC detected a failure when trying
-to rotate the files.  It includes a more specifc error string.
+to rotate the files.  It includes a more specific error string.
 
 % LFC_PROCESSING Previous file: %1, copy file: %2
 This message is issued just before LFC starts processing the
index 88cf89b9854b28faad659337a9e9cfbf13c5e76a..3b7dc4bd7827edbafece0edaff48c6e110b1e770 100644 (file)
@@ -208,7 +208,7 @@ address from the dynamic pool and allocate it to the client.
 
 % ALLOC_ENGINE_V4_REQUEST_REMOVE_LEASE %1: removing previous client's lease %2
 This message is logged when the allocation engine removes previous
-lease for the client because the cliet has been allocated new one.
+lease for the client because the client has been allocated new one.
 
 % ALLOC_ENGINE_V4_REQUEST_USE_HR client %1 hasn't requested specific address, using reserved address %2
 This message is issued when the client is not requesting any specific
@@ -264,7 +264,7 @@ This message is logged when the allocation engine is in the process if
 allocating leases for the client, there are no static reservations,
 but lease(s) exist for the client. The allocation engine will remove
 leases which are reserved for other clients, and return all
-remaning leases to the client.
+remaining leases to the client.
 
 % ALLOC_ENGINE_V6_ALLOC_NO_LEASES_HR no leases found but reservations exist for client %1
 This message is logged when the allocation engine is in the process of
@@ -426,7 +426,7 @@ allocate reserved leases for the client sending a Renew message.
 The server will also remove any leases that the client is trying
 to renew that are not reserved for the client.
 
-% ALLOC_ENGINE_V6_RENEW_REMOVE_RESERVED %1: checking if existing client's leases are reseved for another client
+% ALLOC_ENGINE_V6_RENEW_REMOVE_RESERVED %1: checking if existing client's leases are reserved for another client
 This message is logged when the allocation engine finds leases for
 the client and will check if these leases are reserved for another
 client. If they are, they will not be renewed for the client
index 5678bac1119763ddef6b148a1e616b3b440badcf..3dee9490fbdc08955dda79dee00939f6369053d4 100644 (file)
@@ -196,7 +196,7 @@ have been experienced.  Any such errors should have preceding entries in the
 log with details.  No further attempts to communicate with kea-dhcp-ddns will
 be made without intervention.
 
-% DHCPSRV_HOOK_LEASE4_RECOVER_SKIP DHCPv4 lease %1 was not recoverd from the declined state because a callout set the skip status.
+% DHCPSRV_HOOK_LEASE4_RECOVER_SKIP DHCPv4 lease %1 was not recovered from the declined state because a callout set the skip status.
 This debug message is printed when a callout installed on lease4_recover
 hook point set the next step status to SKIP. For this particular hook point, this
 indicates that the server should not recover the lease from declined state.
@@ -280,7 +280,7 @@ The argument is the amount of time Kea waits after a reclaimed
 lease expires before considering its removal.
 
 % DHCPSRV_MEMFILE_DELETE_EXPIRED_RECLAIMED_START starting deletion of %1 expired-reclaimed leases
-A debug message issued wheb the server has found expired-reclaimed
+A debug message issued when the server has found expired-reclaimed
 leases to be removed. The number of leases to be removed is logged
 in the message.
 
@@ -428,9 +428,9 @@ lease from the memory file database for the specified address.
 A debug message issued when the server is attempting to update IPv6
 lease from the memory file database for the specified address.
 
-% DHCPSRV_MULTIPLE_RAW_SOCKETS_PER_IFACE current configuration will result in opening multiple brodcast capable sockets on some interfaces and some DHCP messages may be duplicated
+% DHCPSRV_MULTIPLE_RAW_SOCKETS_PER_IFACE current configuration will result in opening multiple broadcast capable sockets on some interfaces and some DHCP messages may be duplicated
 A warning message issued when the current configuration indicates that multiple
-sockets, capable of receiving brodcast traffic, will be opened on some of the
+sockets, capable of receiving broadcast traffic, will be opened on some of the
 interfaces. It must be noted that this may lead to receiving and processing
 the same DHCP message multiple times, as it will be received by each socket
 individually.
@@ -726,7 +726,7 @@ but the server was unable to flag that the handler function
 should be executed for this timer. The callback will not
 be executed this time and most likely the subsequent attempts
 will not be successful too. This error is highly unlikely.
-The name of the timer and thre reason for failure is included
+The name of the timer and the reason for failure is included
 in the message.
 
 % DHCPSRV_TIMERMGR_START_THREAD starting thread for timers
index 0644b4594d08b7f685ed3dd0d3d026a5914a7e5c..bd1b94c9aa2904c32b07f733a4c674f398fdc5db 100644 (file)
@@ -35,7 +35,7 @@ of hosts found respectively.
 
 % HOSTS_CFG_GET_ALL_ADDRESS4_HOST using address %1 found host: %2
 This debug message is issued when found host with the reservation
-for the specified IPv4 addres. The arguments specify the IPv4 address
+for the specified IPv4 address. The arguments specify the IPv4 address
 and the detailed description of the host found.
 
 % HOSTS_CFG_GET_ALL_ADDRESS6 get all hosts with reservations for IPv6 address %1
@@ -148,7 +148,7 @@ the alternate host data source.
 
 % HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_ADDRESS6 trying alternate source for host using subnet id %1 and IPv6 address %2
 This debug message is issued when the Host Manager doesn't find the
-host connected to teh specific subnet and having the reservation for
+host connected to the specific subnet and having the reservation for
 the specified IPv6 address, and it is starting to search for this
 host in the alternate host data source.