Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
Fix typo in manager.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 authored Feb 13, 2022
1 parent 0ecfb89 commit dc4e3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/manager/manager.go
Original file line number Diff line number Diff line change
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 dc4e3a6

Please sign in to comment.