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

@ -253,7 +253,7 @@ class JepsenInspiredInsertSpec
failureWriteAcks should be(Nil)
}
runOn(n2, n3) {
// without delays all could teoretically have been written before the blackhole
// without delays all could theoretically have been written before the blackhole
if (delayMillis != 0)
failureWriteAcks should not be (Nil)
}