multi: fix sever/server typos

Fixed sever/server typos and regenerated rpc.pb.go
This commit is contained in:
Daniel McNally
2018-04-17 22:22:55 -07:00
parent b0288d4677
commit e207f9ad71
5 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ func NormalizeAddresses(addrs []string, defaultPort string,
// EnforceSafeAuthentication enforces "safe" authentication taking into account
// the interfaces that the RPC servers are listening on, and if macaroons are
// activated or not. To protect users from using dangerous config combinations,
// we'll prevent disabling authentication if the sever is listening on a public
// we'll prevent disabling authentication if the server is listening on a public
// interface.
func EnforceSafeAuthentication(addrs []net.Addr, macaroonsActive bool) error {
// We'll now examine all addresses that this RPC server is listening