Skip to content

Commit

Permalink
Merge pull request moby#1282 from NanXiao/fix-typo-in-agent.go
Browse files Browse the repository at this point in the history
Fix typo in agent/agent.go
  • Loading branch information
aaronlehmann committed Aug 1, 2016
2 parents 587d405 + 0346153 commit 4e27e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
)

// Agent implements the primary node functionality for a member of a swarm
// cluster. The primary functionality id to run and report on the status of
// cluster. The primary functionality is to run and report on the status of
// tasks assigned to the node.
type Agent struct {
config *Config
Expand Down

0 comments on commit 4e27e1b

Please sign in to comment.