Fix misspelled words

This commit is contained in:
Arash Hatami
2021-11-14 18:52:05 +03:30
parent 96208e9fef
commit 7f13edd14a
10 changed files with 26 additions and 25 deletions

View File

@@ -75,8 +75,8 @@ message PunchHoleResponse {
enum Failure {
ID_NOT_EXIST = 1;
OFFLINE = 2;
LICENCE_MISMATCH = 3;
LICENCE_OVERUSE = 4;
LICENSE_MISMATCH = 3;
LICENSE_OVERUSE = 4;
}
Failure failure = 3;
string relay_server = 4;