Skip to content

Commit

Permalink
Merge pull request ceph#8896 from flyd1005/wip-fix-duplicated4
Browse files Browse the repository at this point in the history
mon: remove duplicated words
  • Loading branch information
liewegas committed May 3, 2016
2 parents 4ec7cbf + 21b827b commit 839213a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mon/Paxos.h
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ class Paxos {
* knows something we don't and the Leader will have to abort the current
* proposal in order to retry with the Proposal Number specified by the Peon.
* It may also occur that the Peon replied with a lower Proposal Number, in
* which case we assume it is a reply to an an older value and we'll simply
* which case we assume it is a reply to an older value and we'll simply
* drop it.
* This function will also check if the Peon replied with an accepted but
* yet uncommitted value. In this case, if its version is higher than our
Expand Down

0 comments on commit 839213a

Please sign in to comment.