From 4a1b311e6273e3a321a4886b962d37d4354cc25c Mon Sep 17 00:00:00 2001 From: Dmitry Rozhkov Date: Fri, 15 Jun 2018 15:25:43 +0300 Subject: [PATCH] fix up misspelling --- cmd/fpga_plugin/fpga_plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/fpga_plugin/fpga_plugin.go b/cmd/fpga_plugin/fpga_plugin.go index 08da2e9d..656010e5 100644 --- a/cmd/fpga_plugin/fpga_plugin.go +++ b/cmd/fpga_plugin/fpga_plugin.go @@ -97,7 +97,7 @@ func startDeviceManager(dm *deviceManager, pluginPrefix string) { } func handleUpdate(dms map[string]*deviceManager, updateInfo devicecache.UpdateInfo, start func(*deviceManager, string)) { - glog.V(2).Info("Recieved dev updates: ", updateInfo) + glog.V(2).Info("Received dev updates: ", updateInfo) for fpgaID, devices := range updateInfo.Added { devCh := make(chan map[string]deviceplugin.DeviceInfo, 1) resourceName := resourceNamePrefix + "-" + fpgaID