From 1fc29e20ccc72a1c1e030fb545e56880d9aeb4e4 Mon Sep 17 00:00:00 2001 From: Sean Borman Date: Tue, 5 Aug 2014 13:53:52 -0700 Subject: [PATCH] Corrected a typo. --- pkg/client/cache/fifo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/client/cache/fifo.go b/pkg/client/cache/fifo.go index 0b24e414b39..8189305812a 100644 --- a/pkg/client/cache/fifo.go +++ b/pkg/client/cache/fifo.go @@ -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