mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
spellcheck: Fix spelling of retrieve
This commit is contained in:
committed by
Seth Hoenig
parent
8bb27f7eeb
commit
5efa8994b9
@@ -54,7 +54,7 @@ func newNetworkManager(alloc *structs.Allocation, driverManager drivermanager.Ma
|
||||
|
||||
caps, err := driver.Capabilities()
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("failed to retrive capabilities for driver %s: %v",
|
||||
return nil, fmt.Errorf("failed to retrieve capabilities for driver %s: %v",
|
||||
task.Driver, err)
|
||||
}
|
||||
|
||||
|
||||
@@ -253,7 +253,7 @@ func (n *NodeDrainer) handleDeadlinedNodes(nodes []string) {
|
||||
|
||||
allocs, err := draining.RemainingAllocs()
|
||||
if err != nil {
|
||||
n.logger.Error("failed to retrive allocs on deadlined node", "node_id", node, "error", err)
|
||||
n.logger.Error("failed to retrieve allocs on deadlined node", "node_id", node, "error", err)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user