Commit e428eeb9 authored by Tim Gates's avatar Tim Gates Committed by Willem
Browse files

docs: fix simple typo, propogate -> propagate

There is a small typo in README.rst.

Should read `propagate` rather than `propogate`.
parent b8ba76e1
...@@ -469,7 +469,7 @@ The process works like this: ...@@ -469,7 +469,7 @@ The process works like this:
2. Save the current membership details to the snapshot. 2. Save the current membership details to the snapshot.
3. Save the finite state machine to the snapshot. 3. Save the finite state machine to the snapshot.
4. End snapshotting with ``raft_end_snapshot``. 4. End snapshotting with ``raft_end_snapshot``.
5. When the ``send_snapshot`` callback fires, the user must propogate the snapshot to the peer. 5. When the ``send_snapshot`` callback fires, the user must propagate the snapshot to the peer.
6. Once the peer has the snapshot, they call ``raft_begin_load_snapshot``. 6. Once the peer has the snapshot, they call ``raft_begin_load_snapshot``.
7. Peer calls ``raft_add_node`` to add nodes as per the snapshot's membership info. 7. Peer calls ``raft_add_node`` to add nodes as per the snapshot's membership info.
8. Peer calls ``raft_node_set_voting`` to nodes as per the snapshot's membership info. 8. Peer calls ``raft_node_set_voting`` to nodes as per the snapshot's membership info.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment