Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rade committed Feb 2, 2016
1 parent f37eb4b commit 34ab861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func callWeave(args ...string) ([]byte, []byte, error) {
propagateEnv("DOCKER_BRIDGE")
propagateEnv("DOCKER_HOST")

// Propogage WEAVE_DEBUG, to make debugging easier.
// Propagate WEAVE_DEBUG, to make debugging easier.
propagateEnv("WEAVE_DEBUG")

// This prevents the code coverage contortions in our
Expand Down

0 comments on commit 34ab861

Please sign in to comment.