Merge pull request #5804 from AllenZMC/patch-1

fix word `encourter` to `encounter`
This commit is contained in:
Björn Rabenstein 2019-07-29 16:44:26 +02:00 committed by GitHub
commit 7d36178731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {