From: Francis Dupont Date: Fri, 22 Mar 2019 17:11:49 +0000 (+0100) Subject: [509-improve-disabling-client-id] [509-improve-disabling-client-id-] typo X-Git-Tag: Kea-1.6.0-beta~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8529b3181dff259d6ce8f49924c40a699f4e3484;p=thirdparty%2Fkea.git [509-improve-disabling-client-id] [509-improve-disabling-client-id-] typo --- 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