fix typo's and old reference

This commit is contained in:
Mechiel Lukkien
2023-06-22 21:27:52 +02:00
parent 8096441f67
commit 459317097b
3 changed files with 4 additions and 4 deletions

View File

@ -105,7 +105,7 @@ func TestDeliver(t *testing.T) {
case <-timer.C:
err = fmt.Errorf("nothing within %v", period)
}
xcheck(err, "waiting for imap untagged repsonse to idle")
xcheck(err, "waiting for imap untagged response to idle")
imaperr <- nil
}()