mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-03 06:22:56 +03:00
Pull request 2002: fix-typo
Squashed commit of the following: commit 29c749d1773dc7d14a2696b3dea8cf4fec2ed9fc Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Sep 7 20:06:42 2023 +0300 all: fix some typos
This commit is contained in:
parent
854c89cd4d
commit
acf539b11d
2 changed files with 3 additions and 3 deletions
internal/dhcpd
|
@ -54,7 +54,7 @@ func TestServer_handleDHCPStatus(t *testing.T) {
|
|||
assert.JSONEq(t, b.String(), w.Body.String())
|
||||
}
|
||||
|
||||
// defaultResponse is a helper that returs the response with default
|
||||
// defaultResponse is a helper that returns the response with default
|
||||
// configuration.
|
||||
defaultResponse := func() *dhcpStatusResponse {
|
||||
conf4 := defaultV4ServerConf()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue