Parcourir la source

spelling: queuing

Josh Soref il y a 7 ans
Parent
commit
81f43c1ce8
4 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 1 1
      ChangeLog
  2. 1 1
      src/bin/d2/d2.dox
  3. 1 1
      src/bin/d2/d2_queue_mgr.h
  4. 2 2
      src/lib/dhcpsrv/dhcpsrv_messages.mes

+ 1 - 1
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)
 

+ 1 - 1
src/bin/d2/d2.dox

@@ -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

+ 1 - 1
src/bin/d2/d2_queue_mgr.h

@@ -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.
     ///

+ 2 - 2
src/lib/dhcpsrv/dhcpsrv_messages.mes

@@ -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