Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: ekexium <[email protected]>
  • Loading branch information
ekexium committed Jan 24, 2024
1 parent 390bdde commit d0c78cc
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
86 changes: 43 additions & 43 deletions pkg/kvrpcpb/kvrpcpb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/kvrpcpb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ message FlushRequest {
uint64 start_ts = 4;
uint64 min_commit_ts = 5;
// generation of the flush request. It is a monotonically increasing number in each transaction.
uint64 geneartion = 6;
uint64 generation = 6;
}

message FlushResponse {
Expand Down
2 changes: 1 addition & 1 deletion scripts/proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11349,7 +11349,7 @@
},
{
"id": 6,
"name": "geneartion",
"name": "generation",
"type": "uint64"
}
]
Expand Down

0 comments on commit d0c78cc

Please sign in to comment.