This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new 7b244ff Correct spelling errors in the network protocol. (#8)
7b244ff is described below
commit 7b244ff7ec350910295eee85633e02d92a6f6b1c
Author: 彭勇升 pengys <[email protected]>
AuthorDate: Mon Jul 15 22:20:21 2019 +0800
Correct spelling errors in the network protocol. (#8)
---
register/Register.proto | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/register/Register.proto b/register/Register.proto
index aff9ea5..6e8000b 100644
--- a/register/Register.proto
+++ b/register/Register.proto
@@ -32,7 +32,7 @@ service Register {
rpc doServiceInstanceRegister (ServiceInstances) returns
(ServiceInstanceRegisterMapping) {
}
- rpc doEndpointRegister (Enpoints) returns (EndpointMapping) {
+ rpc doEndpointRegister (Endpoints) returns (EndpointMapping) {
}
rpc doNetworkAddressRegister (NetAddresses) returns (NetAddressMapping) {
@@ -86,8 +86,8 @@ message NetAddressMapping {
repeated KeyIntValuePair addressIds = 1;
}
-// Endpint register
-message Enpoints {
+// Endpoints register
+message Endpoints {
repeated Endpoint endpoints = 1;
}