diff options
-rw-r--r-- | service/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/container.go b/service/container.go index 89acc90b..0a1ab472 100644 --- a/service/container.go +++ b/service/container.go @@ -108,7 +108,7 @@ func (r *container) Get(target string) (svc Service, status int) { return nil, StatusUndefined } -// Reconfigure configures all underlying services with given configuration. +// Configure configures all underlying services with given configuration. func (r *container) Configure(cfg Config) error { r.mu.Lock() defer r.mu.Unlock() |