Merge pull request #5804 from AllenZMC/patch-1
fix word `encourter` to `encounter`
This commit is contained in:
commit
7d36178731
|
@ -169,7 +169,7 @@ func (w *WALWatcher) Stop() {
|
|||
func (w *WALWatcher) loop() {
|
||||
defer close(w.done)
|
||||
|
||||
// We may encourter failures processing the WAL; we should wait and retry.
|
||||
// We may encounter failures processing the WAL; we should wait and retry.
|
||||
for !isClosed(w.quit) {
|
||||
w.startTime = timestamp.FromTime(time.Now())
|
||||
if err := w.run(); err != nil {
|
||||
|
|
Loading…
Reference in New Issue