Skip to content

Commit

Permalink
Fix a typo (#729)
Browse files Browse the repository at this point in the history
alread -> already
  • Loading branch information
ChengXavier authored May 28, 2021
1 parent 8ffc392 commit 3022f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zrpc/internal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 3022f93

Please sign in to comment.