From ce020524c38aa86675a5f372de27601ba3809e49 Mon Sep 17 00:00:00 2001 From: windayski <599059134@qq.com> Date: Mon, 30 Mar 2020 16:53:01 +0800 Subject: [PATCH] Update main.go fix typo --- cmd/csi-node-driver-registrar/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/csi-node-driver-registrar/main.go b/cmd/csi-node-driver-registrar/main.go index 9c2e9778c..26bb0ad31 100644 --- a/cmd/csi-node-driver-registrar/main.go +++ b/cmd/csi-node-driver-registrar/main.go @@ -38,7 +38,7 @@ const ( // Default timeout of short CSI calls like GetPluginInfo csiTimeout = time.Second - // Verify (and update, if needed) the node ID at this freqeuency. + // Verify (and update, if needed) the node ID at this frequency. sleepDuration = 2 * time.Minute )