Fix spelling errors.

This commit is contained in:
Bruce Mitchener 2012-02-14 19:50:01 +07:00
parent c316cd4e0b
commit 3d90f480d0
15 changed files with 26 additions and 26 deletions

View file

@ -45,7 +45,7 @@ trait ConnectionManager {
def shutdown()
/**
* Returns a VersionedIterator containing all connectected ActorRefs at some moment in time. Since there is
* Returns a VersionedIterator containing all connected ActorRefs at some moment in time. Since there is
* the time element, also the version is included to be able to read the data (the connections) and the version
* in an atomic manner.
*