spelling: routines

This commit is contained in:
Josh Soref
2018-03-11 18:52:35 +00:00
parent af6d9ee479
commit 209fa0c905

View File

@@ -320,7 +320,7 @@ func (v *vaultClient) SetConfig(config *config.VaultConfig) error {
v.l.Lock()
defer v.l.Unlock()
// Kill any background routintes
// Kill any background routines
if v.running {
// Stop accepting any new request
v.connEstablished = false