Skip to content

Commit 00a96ba

Browse files
authored
Add missing word
1 parent 19481c6 commit 00a96ba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Lecture 08.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111

1212
This is an example of a decentralised<sup id="a1">[1](#f1)</sup> algorithm that allows you to take a global snapshot of a running distributed system, and its design gives us two key advantages:
1313

14-
1. Any process participating in the distributed can initiate a snapshot.
14+
1. Any participating process can initiate a snapshot.
1515
The process initiating the snapshot is not required to occupy some elevated role (such as "supervisor") because this task not considered "special" or "privileged".
16-
1. The process initiating the snapshot does not need announce that this action is about to take place.
16+
1. The process initiating the snapshot does not need to warn the other processes that this action is about to take place.
1717

18-
The act of initiating a snapshot creates a cascade of marker messages throughout the entire system that cause all the other processes to take a snapshot of themselves.
18+
The act of initiating a snapshot creates a cascade of marker messages throughout the entire system.
19+
This message cascade then causes all the other processes to take a snapshot of themselves.
1920

2021
### The Initiator Process
2122

0 commit comments

Comments
 (0)