mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 08:23:50 +01:00
Fix typo 'follwing'
This commit is contained in:
parent
5138681c13
commit
0fc6a63564
@ -384,7 +384,7 @@ func (t *tui) renderReplicationReport(rep *report.Report, history *bytesProgress
|
|||||||
} else {
|
} else {
|
||||||
t.printf("Attempt #%d", len(rep.Attempts))
|
t.printf("Attempt #%d", len(rep.Attempts))
|
||||||
if len(rep.Attempts) > 1 {
|
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.newline()
|
||||||
t.addIndent(1)
|
t.addIndent(1)
|
||||||
for i, a := range rep.Attempts[:len(rep.Attempts)-1] {
|
for i, a := range rep.Attempts[:len(rep.Attempts)-1] {
|
||||||
|
Loading…
Reference in New Issue
Block a user