From 0fc6a635646d63d4621d129210442e82edd2945b Mon Sep 17 00:00:00 2001 From: John Date: Thu, 6 Jun 2019 22:04:57 -0700 Subject: [PATCH] Fix typo 'follwing' --- client/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/status.go b/client/status.go index 9c85a9e..659d479 100644 --- a/client/status.go +++ b/client/status.go @@ -384,7 +384,7 @@ func (t *tui) renderReplicationReport(rep *report.Report, history *bytesProgress } else { t.printf("Attempt #%d", len(rep.Attempts)) if len(rep.Attempts) > 1 { - t.printf(". Previous attempts failed with the follwing statuses:") + t.printf(". Previous attempts failed with the following statuses:") t.newline() t.addIndent(1) for i, a := range rep.Attempts[:len(rep.Attempts)-1] {