Skip to content

Commit

Permalink
note in protobuffer file has misspelling mistake (#1411)
Browse files Browse the repository at this point in the history
* spelling error, just a little mistake

Signed-off-by: 李龙峰 <[email protected]>
  • Loading branch information
lilongfeng authored and gaius-qi committed Jun 28, 2023
1 parent 2504f28 commit 993841e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@
- update runtime guide in helm deploy ([#612](https://github.com/dragonflyoss/Dragonfly2/issues/612))

### Feat
- update verison ([#640](https://github.com/dragonflyoss/Dragonfly2/issues/640))
- update version ([#640](https://github.com/dragonflyoss/Dragonfly2/issues/640))
- changelog ([#638](https://github.com/dragonflyoss/Dragonfly2/issues/638))
- update console submodule ([#637](https://github.com/dragonflyoss/Dragonfly2/issues/637))
- update submodule ([#632](https://github.com/dragonflyoss/Dragonfly2/issues/632))
Expand Down
2 changes: 1 addition & 1 deletion pkg/rpc/manager/manager.proto
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ message ListSchedulersRequest {
string host_name = 2 [(validate.rules).string.hostname = true];
// Source service ip.
string ip = 3 [(validate.rules).string.ip = true];
// Source service host infomation.
// Source service host information.
map<string, string> host_info = 5 [(validate.rules).map.ignore_empty = true];
}

Expand Down
4 changes: 2 additions & 2 deletions pkg/rpc/scheduler/scheduler.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ message RegisterResult{
base.ExtendAttribute extend_attribute = 6;
}

// SinglePiece represents infomation of single piece.
// SinglePiece represents information of single piece.
message SinglePiece{
// Destination peer id.
string dst_pid = 1 [(validate.rules).string.min_len = 1];
Expand All @@ -74,7 +74,7 @@ message SinglePiece{
base.PieceInfo piece_info = 3;
}

// PeerHost represents infomation of peer host.
// PeerHost represents information of peer host.
message PeerHost{
// Peer host id.
string id = 1 [(validate.rules).string.min_len = 1];
Expand Down

0 comments on commit 993841e

Please sign in to comment.