Skip to content

Commit

Permalink
Fix misspelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed May 31, 2016
1 parent 80f8333 commit aa467cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/store.go
Expand Up @@ -544,7 +544,7 @@ func (s *Store) Join(addr string) error {
return nil
}

// Remove removes a node from the store, specifed by addr.
// Remove removes a node from the store, specified by addr.
func (s *Store) Remove(addr string) error {
s.logger.Printf("received request to remove node %s", addr)

Expand Down

0 comments on commit aa467cf

Please sign in to comment.