From 8f24fbc40c6e9e6730adf9392af18e8181e75b71 Mon Sep 17 00:00:00 2001 From: markturansky Date: Tue, 7 Apr 2015 12:38:09 -0400 Subject: [PATCH] fixed typo --- pkg/client/cache/delta_fifo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/client/cache/delta_fifo.go b/pkg/client/cache/delta_fifo.go index 1f5fa245ea7..a0df1c8285a 100644 --- a/pkg/client/cache/delta_fifo.go +++ b/pkg/client/cache/delta_fifo.go @@ -58,7 +58,7 @@ func NewDeltaFIFO(keyFunc KeyFunc, compressor DeltaCompressor, knownObjectKeys K // DeltaFIFO is like FIFO, but allows you to process deletes. // // DeltaFIFO is a producer-consumer queue, where a Reflector is -// indended to be the producer, and the consumer is whatever calls +// intended to be the producer, and the consumer is whatever calls // the Pop() method. // // DeltaFIFO solves this use case: