Merge pull request #698 from yatish27/patch-2

Fix typo in manager.go
This commit is contained in:
Kailash Nadh 2022-02-13 12:47:04 +05:30 committed by GitHub
commit ea6acddff9
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]