Pull request 1996: fix-typo
Squashed commit of the following: commit 992ad5752cd529c915e28600ef34511d3c941fee Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Sep 6 15:54:58 2023 +0300 all: fix some typos
This commit is contained in:
@@ -55,7 +55,7 @@ var (
|
||||
|
||||
var webRegistered bool
|
||||
|
||||
// DHCP is an interface for accesing DHCP lease data needed in this package.
|
||||
// DHCP is an interface for accessing DHCP lease data needed in this package.
|
||||
type DHCP interface {
|
||||
// HostByIP returns the hostname of the DHCP client with the given IP
|
||||
// address. The address will be netip.Addr{} if there is no such client,
|
||||
|
||||
Reference in New Issue
Block a user