This commit is contained in:
Kegan Dougal 2020-03-18 20:19:28 +00:00
parent 0c51a17acd
commit 5591fab122

View file

@ -132,7 +132,7 @@ func bulkFetchPublicRoomsFromServers(
select {
case roomCh <- room:
case <-done:
util.GetLogger(ctx).WithError(err).WithField("hs", homeserverDomain).Info("Interruped whilst sending rooms")
util.GetLogger(ctx).WithError(err).WithField("hs", homeserverDomain).Info("Interrupted whilst sending rooms")
return
}
}