mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Fix various spelling errors
e.g. - succesfully -> successfully - preceeding -> preceding
This commit is contained in:
@ -71,7 +71,7 @@ BOOST_FIXTURE_TEST_CASE_TEMPLATE(transaction_1pc, T,
|
||||
// Establish default read view
|
||||
BOOST_REQUIRE(0 == cc.assign_read_view(NULL));
|
||||
|
||||
// Verify that the commit can be succesfully executed in separate command
|
||||
// Verify that the commit can be successfully executed in separate command
|
||||
BOOST_REQUIRE(cc.after_statement() == 0);
|
||||
cc.after_command_before_result();
|
||||
cc.after_command_after_result();
|
||||
|
Reference in New Issue
Block a user