From: Piotrek Zadroga Date: Mon, 26 Jun 2023 15:07:11 +0000 (+0200) Subject: [#2795] fixing typos X-Git-Tag: Kea-2.4.0~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62f6c892db91a088348b5b63f132cd7155d1f3c1;p=thirdparty%2Fkea.git [#2795] fixing typos --- diff --git a/src/lib/dhcpsrv/mysql_host_data_source.cc b/src/lib/dhcpsrv/mysql_host_data_source.cc index 4ef86e091d..038b2575c2 100644 --- a/src/lib/dhcpsrv/mysql_host_data_source.cc +++ b/src/lib/dhcpsrv/mysql_host_data_source.cc @@ -2078,7 +2078,7 @@ public: GET_HOST_SUBID_ADDR, // Gets host by IPv4 SubnetID and IPv4 address GET_HOST_PREFIX, // Gets host by IPv6 prefix GET_HOST_SUBID6_ADDR, // Gets host by IPv6 SubnetID and IPv6 prefix - GET_HOST_ADDR6, // Gets host by IPv6 address/prefix + GET_HOST_ADDR6, // Gets hosts by IPv6 address/prefix GET_HOST_SUBID4, // Gets hosts by IPv4 SubnetID GET_HOST_SUBID6, // Gets hosts by IPv6 SubnetID GET_HOST_HOSTNAME, // Gets hosts by hostname diff --git a/src/lib/dhcpsrv/pgsql_host_data_source.cc b/src/lib/dhcpsrv/pgsql_host_data_source.cc index 54770563cc..f9f6df11d8 100644 --- a/src/lib/dhcpsrv/pgsql_host_data_source.cc +++ b/src/lib/dhcpsrv/pgsql_host_data_source.cc @@ -1401,7 +1401,7 @@ public: GET_HOST_SUBID_ADDR, // Gets host by IPv4 SubnetID and IPv4 address GET_HOST_PREFIX, // Gets host by IPv6 prefix GET_HOST_SUBID6_ADDR, // Gets host by IPv6 SubnetID and IPv6 prefix - GET_HOST_ADDR6, // Gets host by IPv6 address/prefix + GET_HOST_ADDR6, // Gets hosts by IPv6 address/prefix GET_HOST_SUBID4, // Gets hosts by IPv4 SubnetID GET_HOST_SUBID6, // Gets hosts by IPv6 SubnetID GET_HOST_HOSTNAME, // Gets hosts by hostname diff --git a/src/share/api/reservation-get-by-address.json b/src/share/api/reservation-get-by-address.json index 5d440ce456..4a1eb5fc08 100644 --- a/src/share/api/reservation-get-by-address.json +++ b/src/share/api/reservation-get-by-address.json @@ -5,7 +5,7 @@ "This command retrieves all host reservations for given ip-address and optionally a specified subnet." ], "cmd-comment": [ - "The host reservations can be identified by a pair of ip-address and subnet-id. Subnet-id is optional. Operation-target is optional; default is 'all'." + "The host reservations can be identified by a pair of 'ip-address' and 'subnet-id'. 'subnet-id' is optional. 'operation-target' is optional; default is 'all'." ], "cmd-syntax": [ "{",