docs: Fix minor spelling issues in comments (#6194)

This commit is contained in:
oncecelll
2026-01-10 02:15:05 +08:00
committed by GitHub
parent e1d97bea12
commit c24a6041f7
5 changed files with 7 additions and 7 deletions

View File

@@ -349,7 +349,7 @@ class HashRouter_test : public beast::unit_test::suite
h.set("hold_time", "alice");
h.set("relay_time", "bob");
auto const setup = setup_HashRouter(cfg);
// The set function ignores values that don't covert, so the
// The set function ignores values that don't convert, so the
// defaults are left unchanged
BEAST_EXPECT(setup.holdTime == 300s);
BEAST_EXPECT(setup.relayTime == 30s);