mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 20:45:33 +03:00
Fix typo in arpdb.go
returnes -> returns
This commit is contained in:
parent
2a546aa609
commit
c2cc681880
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ type Interface interface {
|
|||
// Refresh updates the stored data. It must be safe for concurrent use.
|
||||
Refresh() (err error)
|
||||
|
||||
// Neighbors returnes the last set of data reported by ARP. Both the method
|
||||
// Neighbors returns the last set of data reported by ARP. Both the method
|
||||
// and it's result must be safe for concurrent use.
|
||||
Neighbors() (ns []Neighbor)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue