From 665b23d2737feb1384c7227d7f6e803b19bae6c6 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Wed, 12 Jun 2019 13:23:31 -0700 Subject: [PATCH] Fix typo (#663) I blame the MBP keyboard... --- node/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/node.go b/node/node.go index d653ef6de..8fdda959f 100644 --- a/node/node.go +++ b/node/node.go @@ -72,7 +72,7 @@ type NodeControllerOpt func(*NodeController) error // nolint: golint // This also affects the frequency of node status updates: // - When leases are *not* enabled (or are disabled due to no support on the cluster) // the node status is updated at every ping interval. -// - When node leases are enabled, node status updates are colled by the +// - When node leases are enabled, node status updates are controlled by the // node status update interval option. // To set a custom node status update interval, see WithNodeStatusUpdateInterval(). func WithNodeEnableLeaseV1Beta1(client v1beta1.LeaseInterface, baseLease *coord.Lease) NodeControllerOpt {