summaryrefslogtreecommitdiff
path: root/service/container.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-10 13:37:12 +0300
committerWolfy-J <[email protected]>2018-06-10 13:37:12 +0300
commit28fe20760457a31c21330d2a4ec2fec007e04d2d (patch)
treed7a367851f74e552e92fae3f510d476fde58a55f /service/container.go
parent549e357aca6e5bbfa0ff9a793f625f138445de2b (diff)
merge candidates and configured
Diffstat (limited to 'service/container.go')
-rw-r--r--service/container.go2
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()