Fix typo in manager.go

This commit is contained in:
Yatish Mehta 2022-02-12 23:03:41 -08:00 committed by GitHub
parent 0ecfb89f19
commit dc4e3a6780
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -607,7 +607,7 @@ func (m *Manager) nextSubscribers(c *models.Campaign, batchSize int) (bool, erro
return true, nil
}
// isCampaignProcessing checks if the campaign is bing processed.
// isCampaignProcessing checks if the campaign is being processed.
func (m *Manager) isCampaignProcessing(id int) bool {
m.campsMut.RLock()
_, ok := m.camps[id]