mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-07 08:22:57 +03:00
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:
parent
30c6676dc0
commit
93d7be1604
3 changed files with 3 additions and 3 deletions
internal/dhcpd
|
@ -875,7 +875,7 @@ func TestV4Server_handleDecline(t *testing.T) {
|
|||
|
||||
func TestV4Server_handleRelease(t *testing.T) {
|
||||
const (
|
||||
dynamicName = "dymamic-client"
|
||||
dynamicName = "dynamic-client"
|
||||
anotherName = "another-client"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue