Fix typo 'follwing'

This commit is contained in:
John 2019-06-06 22:04:57 -07:00 committed by GitHub
parent 5138681c13
commit 0fc6a63564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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