Description: Fix spelling mistakes spotted by lintian.
--- a/cmd/serf/command/members.go
+++ b/cmd/serf/command/members.go
@@ -59,9 +59,9 @@
   Outputs the members of a running Serf agent.
 
 Options:
 
-  -detailed                 Additional information such as protocol verions
+  -detailed                 Additional information such as protocol versions
                             will be shown (only affects text output format).
 
   -format                   If provided, output is returned in the specified
                             format. Valid formats are 'json', and 'text' (default)
--- a/serf/serf.go
+++ b/serf/serf.go
@@ -1500,9 +1500,9 @@
 		return
 	}
 
 	// Since we lost the vote, we need to exit
-	s.logger.Printf("[WARN] serf: minority in name conflict resolution, quiting [%d / %d]",
+	s.logger.Printf("[WARN] serf: minority in name conflict resolution, quitting [%d / %d]",
 		matching, responses)
 	if err := s.Shutdown(); err != nil {
 		s.logger.Printf("[ERR] serf: Failed to shutdown: %v", err)
 	}
