From efe777557869c474a4e82a067cd6d7b4a0f31a6b Mon Sep 17 00:00:00 2001 From: Vincent Behar Date: Mon, 4 Apr 2016 14:40:01 +0200 Subject: [PATCH] fix 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 e7cc1aad19e..e5dce16b61e 100644 --- a/pkg/client/cache/delta_fifo.go +++ b/pkg/client/cache/delta_fifo.go @@ -82,7 +82,7 @@ func NewDeltaFIFO(keyFunc KeyFunc, compressor DeltaCompressor, knownObjects KeyL // different versions of the same object. // // A note on the KeyLister used by the DeltaFIFO: It's main purpose is -// to list keys that are "known", for the puspose of figuring out which +// to list keys that are "known", for the purpose of figuring out which // items have been deleted when Replace() or Delete() are called. The deleted // objet will be included in the DeleteFinalStateUnknown markers. These objects // could be stale.