1
0
Fork 0

Fix misspelling in comment

master
Philip O Toole 8 years ago
parent 80f8333183
commit aa467cffcd

@ -544,7 +544,7 @@ func (s *Store) Join(addr string) error {
return nil 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 { func (s *Store) Remove(addr string) error {
s.logger.Printf("received request to remove node %s", addr) s.logger.Printf("received request to remove node %s", addr)

Loading…
Cancel
Save