Skip to content

Commit 376708a

Browse files
committedFeb 22, 2019
#88 Fixed typo in view.cpp
1 parent 9bec7d9 commit 376708a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/view.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void wsrep::view::print(std::ostream& os) const
3737
{
3838
os << " id: " << state_id() << "\n"
3939
<< " status: " << to_c_string(status()) << "\n"
40-
<< " prococol_version: " << protocol_version() << "\n"
40+
<< " protocol_version: " << protocol_version() << "\n"
4141
<< " capabilities: " << provider::capability::str(capabilities())<<"\n"
4242
<< " final: " << (final() ? "yes" : "no") << "\n"
4343
<< " own_index: " << own_index() << "\n"

0 commit comments

Comments
 (0)
Please sign in to comment.