spelling: propagated

This commit is contained in:
Josh Soref
2018-03-11 18:39:26 +00:00
parent b54e293af7
commit e7fc3bd16b
2 changed files with 3 additions and 3 deletions

View File

@@ -1193,7 +1193,7 @@ OUTER:
}
// TestTaskTemplateManager_Config_ServerName asserts the tls_server_name
// setting is propogated to consul-template's configuration. See #2776
// setting is propagated to consul-template's configuration. See #2776
func TestTaskTemplateManager_Config_ServerName(t *testing.T) {
t.Parallel()
c := config.DefaultConfig()
@@ -1217,7 +1217,7 @@ func TestTaskTemplateManager_Config_ServerName(t *testing.T) {
}
// TestTaskTemplateManager_Config_VaultGrace asserts the vault_grace setting is
// propogated to consul-template's configuration.
// propagated to consul-template's configuration.
func TestTaskTemplateManager_Config_VaultGrace(t *testing.T) {
t.Parallel()
assert := assert.New(t)

View File

@@ -491,7 +491,7 @@ func TestHTTP_AllocSnapshot_Atomic(t *testing.T) {
}
// Make the request via the mux to make sure the error returned
// by Snapshot is properly propogated via HTTP
// by Snapshot is properly propagated via HTTP
s.Server.mux.ServeHTTP(respW, req)
resp := respW.Result()
r := tar.NewReader(resp.Body)