From e259efbc20a69e23a5c8542394579f006396e6a5 Mon Sep 17 00:00:00 2001 From: Wu Sheng Date: Thu, 16 Aug 2018 16:28:00 +0800 Subject: [PATCH] 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; } -- GitLab