Skip to content

Commit ab0017f

Browse files
authored
Merge pull request #475 from thweetkomputer/master
fix typo in route_table
2 parents 9d9a17d + 1bd6c49 commit ab0017f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/braft/route_table.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ butil::Status refresh_leader(const GroupId& group, int timeout_ms) {
167167
RouteTable* const rtb = RouteTable::GetInstance();
168168
Configuration conf;
169169
if (rtb->list_conf(group, &conf) != 0) {
170-
return butil::Status(ENOENT, "group %s is not reistered in RouteTable",
170+
return butil::Status(ENOENT, "group %s is not registered in RouteTable",
171171
group.c_str());
172172
}
173173
butil::Status error;

0 commit comments

Comments
 (0)