Skip to content

Commit

Permalink
component/all: Docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Menno Smits committed Mar 20, 2017
1 parent e149e01 commit 7960b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/all/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func RegisterForServer() error {
return nil
}

// RegisterForServer registers all the parts of the components with the
// RegisterForClient registers all the parts of the components with the
// Juju machinery for use as a client (e.g. juju).
func RegisterForClient() error {
for _, c := range components {
Expand Down

0 comments on commit 7960b55

Please sign in to comment.