mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -04:00
Typo fixes (#2031)
This commit is contained in:
@@ -169,7 +169,7 @@ func (w *Manager) Stop() {
|
||||
wr := pb.WatchResponse{WatchId: id, Canceled: true}
|
||||
err := stream.Send(&wr)
|
||||
if err != nil {
|
||||
log.Warningf("Error notifiying client of cancellation: %s\n", err)
|
||||
log.Warningf("Error notifying client of cancellation: %s\n", err)
|
||||
}
|
||||
}
|
||||
delete(w.watches, wn)
|
||||
|
||||
Reference in New Issue
Block a user