Skip to content

Commit

Permalink
fix typo in route_table.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
thweetkomputer committed Oct 22, 2024
1 parent bc9fb05 commit 1bd6c49
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 1bd6c49

Please sign in to comment.