Skip to content

Commit

Permalink
Fix typo in workerqueue (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel committed May 8, 2020
1 parent 6d5174e commit 03a7e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/workerqueue/workerqueue.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (wq *WorkerQueue) EnqueueImmediately(obj interface{}) {
wq.queue.Add(key)
}

// EnqueueAfter delays an enqueuee operation by duration
// EnqueueAfter delays an enqueue operation by duration
func (wq *WorkerQueue) EnqueueAfter(obj interface{}, duration time.Duration) {
var key string
var err error
Expand Down

0 comments on commit 03a7e78

Please sign in to comment.