From 8529b3181dff259d6ce8f49924c40a699f4e3484 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 22 Mar 2019 18:11:49 +0100 Subject: [PATCH] [509-improve-disabling-client-id] [509-improve-disabling-client-id-] typo --- src/lib/dhcpsrv/alloc_engine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dhcpsrv/alloc_engine.cc b/src/lib/dhcpsrv/alloc_engine.cc index c328322c43..9fae160803 100644 --- a/src/lib/dhcpsrv/alloc_engine.cc +++ b/src/lib/dhcpsrv/alloc_engine.cc @@ -2856,7 +2856,7 @@ void findClientLease(AllocEngine::ClientContext4& ctx, Lease4Ptr& client_lease) } } - // If it is possiblem use client identifier to try to find client's lease. + // If it is possible to use client identifier to try to find client's lease. if (try_clientid_lookup) { // Get all leases for this client identifier. When shared networks are // in use it is more efficient to make a single query rather than -- 2.47.2