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

@ -569,7 +569,7 @@ class ReplicatedDataSerializer(val system: ExtendedActorSystem)
else if (entry.getOperation == rd.ORSetDeltaOp.Full)
ORSet.FullStateDeltaOp(orsetFromProto(entry.getUnderlying))
else
throw new NotSerializableException(s"Unknow ORSet delta operation ${entry.getOperation}")
throw new NotSerializableException(s"Unknown ORSet delta operation ${entry.getOperation}")
}
.to(immutable.Vector)
ORSet.DeltaGroup(ops)