spelling: replace

This commit is contained in:
Josh Soref
2018-03-11 18:41:53 +00:00
parent a657cbaced
commit b51c68afd1

View File

@@ -16,7 +16,7 @@ import (
"github.com/hashicorp/nomad/nomad/structs"
)
// fakeReplacer is a noop version of env.TaskEnv.ReplanceEnv
// fakeReplacer is a noop version of env.TaskEnv.ReplaceEnv
type fakeReplacer struct{}
func (fakeReplacer) ReplaceEnv(s string) string {