1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-03 16:22:35 +03:00

Fixed typo for issue #68

This commit is contained in:
Shahriyar Rzayev
2019-02-06 12:19:32 +04:00
committed by Teemu Ollakka
parent e7d72ae7f6
commit ad5d8ea066

View File

@ -843,7 +843,7 @@ void wsrep::server_state::on_view(const wsrep::view& view,
<< " id: " << view.state_id() << "\n"
<< " seqno: " << view.view_seqno() << "\n"
<< " status: " << view.status() << "\n"
<< " prococol_version: " << view.protocol_version() << "\n"
<< " protocol_version: " << view.protocol_version() << "\n"
<< " own_index: " << view.own_index() << "\n"
<< " final: " << view.final() << "\n"
<< " members";