mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 00:14:37 +03:00
fix typo's and old reference
This commit is contained in:
@ -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
|
||||
}()
|
||||
|
||||
|
Reference in New Issue
Block a user