Fix typo
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 @@
     proxy = 2;
 }
 
-meesage Commands {
+message Commands {
     repeated Command commands = 1;
 }