Skip to content

Commit

Permalink
Pull request 1996: fix-typo
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 992ad57
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Wed Sep 6 15:54:58 2023 +0300

    all: fix some typos
ainar-g committed Sep 6, 2023
1 parent 30c6676 commit 93d7be1
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/aghos/fswatcher.go
Original file line number Diff line number Diff line change
@@ -113,7 +113,7 @@ func (w *osWatcher) handleEvents() {
}

// Skip the following events assuming that sometimes the same event
// occurrs several times.
// occurs several times.
for ok := true; ok; {
select {
case _, ok = <-ch:
2 changes: 1 addition & 1 deletion internal/dhcpd/v4_unix_test.go
Original file line number Diff line number Diff line change
@@ -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"
)

2 changes: 1 addition & 1 deletion internal/dnsforward/dnsforward.go
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit 93d7be1

Please sign in to comment.