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/incubator-skywalking-data-collect-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new e259efb Fix typo
e259efb is described below
commit e259efbc20a69e23a5c8542394579f006396e6a5
Author: Wu Sheng <[email protected]>
AuthorDate: Thu Aug 16 16:28:00 2018 +0800
Fix typo
---
common/common.proto | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/common.proto b/common/common.proto
index 71d39f6..72c433b 100644
--- a/common/common.proto
+++ b/common/common.proto
@@ -41,7 +41,7 @@ enum DetectPoint {
proxy = 2;
}
-meesage Commands {
+message Commands {
repeated Command commands = 1;
}