Skip to content

Commit bb3670b

Browse files
authored
fix typo
%s/wherte/where/g
1 parent ce23656 commit bb3670b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Lecture 14.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ So, the key point here is that the moment at which consensus is reached is diffe
294294

295295
### What About the Details We've Skipped Over?
296296

297-
There are various subtleties that take place in these algorithms that, at the moment, we have simply glossed over; however, these will be dealt with in the next lecture when we look at the cases wherte firstly, there is more than one proposer, and secondly, what to do in the event of process failure.
297+
There are various subtleties that take place in these algorithms that, at the moment, we have simply glossed over; however, these will be dealt with in the next lecture when we look at the cases where firstly, there is more than one proposer, and secondly, what to do in the event of process failure.
298298
We will also look at why the Paxos algorithm is not guaranteed to terminate.
299299

300300
## Summary: Simplified Steps in the Paxos Algorithm

0 commit comments

Comments
 (0)