]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: queuing
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:45:49 +0000 (15:45 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:45:49 +0000 (15:45 -0400)
ChangeLog
src/bin/d2/d2.dox
src/bin/d2/d2_queue_mgr.h
src/lib/dhcpsrv/dhcpsrv_messages.mes

index 397cb93d304e4180b7ac52fd5b9d3921d209141d..aaa07570f2c2508870b2a909cf29f604bb0cb95c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3669,7 +3669,7 @@ bind10-1.2.0beta1 released on March 6, 2014
 653.   [func]          tmark
        Added initial implementation of D2QueueMgr to
        b10-dhcp-ddns.  This class manages the receipt and
-       queueing of requests received by b10-dhcp-ddns from
+       queuing of requests received by b10-dhcp-ddns from
        its clients (e.g. DHCP servers)
        (Trac# 3052, git a970f6c5255e000c053a2dc47926cea7cec2761c)
 
index 8e92fd732e54734c160dfa0d534b7cc0b35b53c8..0e57f6b08cff7e8d87626d7d7854d953f3b10bf3 100644 (file)
@@ -107,7 +107,7 @@ may be described by a spec file (also JSON).  This mechanism is subject to
 change, but in the meantime, the spec file describe D2's configuration may be
 found here: @c src/bin/d2/dhcp-ddns.spec
 
-@section d2NCRReceipt Request Reception and Queueing
+@section d2NCRReceipt Request Reception and Queuing
 
 D2 is designed to receive requests from Kea's DHCP servers, asynchronously and
 store them in queue to be processed.  The classes responsible for this are
index bea279cdc35e50fdf28e0775a27c7ec543f6c4d6..ccef976b6fdc6b7ea3c4ad0128c5206bf2d4843d 100644 (file)
@@ -194,7 +194,7 @@ public:
     ///
     /// This method is invoked by the listener as part of its receive
     /// completion callback and is how the inbound NameChangeRequests are
-    /// passed up to the D2QueueMgr for queueing.
+    /// passed up to the D2QueueMgr for queuing.
     /// If the given result indicates a successful receive completion and
     /// there is room left in the queue, the given request is queued.
     ///
index 93f3bf710aa7738121df3bb1f303d6bd6dfcaf7f..65c7935166cc61392aa68dc01e854c8c6c5d52e0 100644 (file)
@@ -844,14 +844,14 @@ includes the client identification information. The second argument
 indicates whether the DNS entry is to be added or removed. The third
 argument carries the details of the NameChangeRequest.
 
-% DHCPSRV_QUEUE_NCR_FAILED %1: queueing %2 name change request failed for lease %3: %4
+% DHCPSRV_QUEUE_NCR_FAILED %1: queuing %2 name change request failed for lease %3: %4
 This error message is logged when sending a name change request
 to DHCP DDNS failed. The first argument includes the client identification
 information. The second argument indicates whether the DNS entry is to be
 added or removed. The third argument specifies the leased address. The
 last argument provides the reason for failure.
 
-% DHCPSRV_QUEUE_NCR_SKIP %1: skip queueing name change request for lease: %2
+% DHCPSRV_QUEUE_NCR_SKIP %1: skip queuing name change request for lease: %2
 This debug message is issued when the server decides to not queue the name
 change request because the lease doesn't include the FQDN, the forward and
 reverse update is disabled for this lease or the DNS updates are disabled