fix up misspelling

This commit is contained in:
Dmitry Rozhkov 2018-06-15 15:25:43 +03:00
parent 9800f5a5e6
commit 4a1b311e62

View File

@ -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