Fix typos, via a Levenshtein-style corrector

This commit is contained in:
Brian Wignall 2019-12-19 01:57:55 -05:00
parent e0a1110794
commit fd41299943
45 changed files with 49 additions and 49 deletions

View file

@ -184,7 +184,7 @@ abstract class MultiDcHeartbeatTakingOverSpec
* INTERNAL API
* Returns `Up` (or in "later" status, like Leaving etc, but never `Joining` or `WeaklyUp`) members,
* sorted by Member.ageOrdering (from oldest to youngest). This restriction on status is needed to
* strongly guaratnee the order of "oldest" members, as they're linearized by the order in which they become Up
* strongly guarantee the order of "oldest" members, as they're linearized by the order in which they become Up
* (since marking that transition is a Leader action).
*/
private def membersByAge(dataCenter: ClusterSettings.DataCenter): immutable.SortedSet[Member] =

View file

@ -143,7 +143,7 @@ abstract class MultiDcSunnyWeatherSpec
* INTERNAL API
* Returns `Up` (or in "later" status, like Leaving etc, but never `Joining` or `WeaklyUp`) members,
* sorted by Member.ageOrdering (from oldest to youngest). This restriction on status is needed to
* strongly guaratnee the order of "oldest" members, as they're linearized by the order in which they become Up
* strongly guarantee the order of "oldest" members, as they're linearized by the order in which they become Up
* (since marking that transition is a Leader action).
*/
private def membersByAge(dataCenter: ClusterSettings.DataCenter): immutable.SortedSet[Member] =