Skip to content

Commit

Permalink
Merge pull request #475 from thweetkomputer/master
Browse files Browse the repository at this point in the history
fix typo in route_table
  • Loading branch information
PFZheng authored Oct 25, 2024
2 parents 9d9a17d + 1bd6c49 commit ab0017f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/braft/route_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ butil::Status refresh_leader(const GroupId& group, int timeout_ms) {
RouteTable* const rtb = RouteTable::GetInstance();
Configuration conf;
if (rtb->list_conf(group, &conf) != 0) {
return butil::Status(ENOENT, "group %s is not reistered in RouteTable",
return butil::Status(ENOENT, "group %s is not registered in RouteTable",
group.c_str());
}
butil::Status error;
Expand Down

0 comments on commit ab0017f

Please sign in to comment.