Skip to content

Commit

Permalink
Merge pull request #698 from yatish27/patch-2
Browse files Browse the repository at this point in the history
Fix typo in manager.go
  • Loading branch information
knadh committed Feb 13, 2022
2 parents 0ecfb89 + dc4e3a6 commit ea6acdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/manager/manager.go
Expand Up @@ -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]
Expand Down

0 comments on commit ea6acdd

Please sign in to comment.