Merge pull request #799 from sborman/master

Corrected a typo in comment.
pull/6/head
Tim Hockin 2014-08-05 17:17:02 -07:00
commit 63a7c37650
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import (
"sync"
)
// FIFO recieves adds and updates from a Reflector, and puts them in a queue for
// FIFO receives adds and updates from a Reflector, and puts them in a queue for
// FIFO order processing. If multiple adds/updates of a single item happen while
// an item is in the queue before it has been processed, it will only be
// processed once, and when it is processed, the most recent version will be