Fix a typo (#729)

alread -> already
master
Xavier Cheng 4 years ago committed by GitHub
parent 8ffc392c66
commit 3022f93b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,7 +92,7 @@ func (c *client) dial(server string, opts ...ClientOption) error {
service = server[pos+1:]
}
}
return fmt.Errorf("rpc dial: %s, error: %s, make sure rpc service %q is alread started",
return fmt.Errorf("rpc dial: %s, error: %s, make sure rpc service %q is already started",
server, err.Error(), service)
}

Loading…
Cancel
Save