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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user