multi: fix canceled spelling

This commit is contained in:
Joost Jager
2019-10-03 17:22:43 +02:00
parent 989de44a69
commit b58dbb2d70
31 changed files with 603 additions and 603 deletions

View File

@@ -712,7 +712,7 @@ func TestNodeUpdateNotification(t *testing.T) {
}
}
// TestNotificationCancellation tests that notifications are properly cancelled
// TestNotificationCancellation tests that notifications are properly canceled
// when the client wishes to exit.
func TestNotificationCancellation(t *testing.T) {
t.Parallel()
@@ -800,7 +800,7 @@ func TestNotificationCancellation(t *testing.T) {
t.Fatal("notification sent but shouldn't have been")
case <-time.After(time.Second * 5):
t.Fatal("notification client never cancelled")
t.Fatal("notification client never canceled")
}
}