mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 12:25:42 +03:00
client/plugin: lint/spelling errors
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
log "github.com/hashicorp/go-hclog"
|
||||
)
|
||||
|
||||
// PluginGroup is a utility struct to manage a collectivly orchestrate a
|
||||
// PluginGroup is a utility struct to manage a collectively orchestrate a
|
||||
// set of PluginManagers
|
||||
type PluginGroup struct {
|
||||
// managers is the set of managers managed, access is synced by mLock
|
||||
@@ -30,7 +30,7 @@ func New(logger log.Logger) *PluginGroup {
|
||||
}
|
||||
}
|
||||
|
||||
// RegisterAndRun registers the manager and starts it in a seperate goroutine
|
||||
// RegisterAndRun registers the manager and starts it in a separate goroutine
|
||||
func (m *PluginGroup) RegisterAndRun(manager PluginManager) error {
|
||||
m.mLock.Lock()
|
||||
if m.shutdown {
|
||||
|
||||
Reference in New Issue
Block a user