Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #347 from xichengliudui/fix181105
Browse files Browse the repository at this point in the history
Fix typo: workaroud -> workaround
  • Loading branch information
resouer authored Nov 7, 2018
2 parents 70aa8d9 + 84bc78d commit 12db120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hyper/sandbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func (h *Runtime) StopPodSandbox(podSandboxID string) error {

// 4: tear down the cni network.
sandboxID := podSandboxID
// workaroud for weave network plugin because it creates a veth pair based on a truncated sandboxID.
// workaround for weave network plugin because it creates a veth pair based on a truncated sandboxID.
if h.netPlugin.Name() == "weave" {
sandboxID = getMD5Hash(podSandboxID)
}
Expand Down

0 comments on commit 12db120

Please sign in to comment.