Skip to content

Commit

Permalink
Comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Dec 16, 2024
1 parent ac1b5b5 commit dd00f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sessions/session_seed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ BOOST_AUTO_TEST_CASE(session_seed__stop__started_sufficient__expected)
session->stop();
});

// This is a reace between success and seeding_unsuccessful.
// This is a race between success and seeding_unsuccessful.
// This tends toward success with HAVE_LOGGING and otherwise without.
const auto ec = started.get_future().get();
BOOST_REQUIRE(ec == error::success || ec == error::seeding_unsuccessful);
Expand Down

0 comments on commit dd00f5a

Please sign in to comment.