Fix several minor typos detected by github.com/client9/misspell (#25448)

* Fix several minor typos detected by github.com/client9/misspell

* Revert s/erminater/erminator/ in /ActorSystemSpec
This commit is contained in:
Kazuhiro Sera 2018-08-21 11:02:37 +09:00 committed by Konrad `ktoso` Malawski
parent fddc198178
commit 482eaea122
70 changed files with 102 additions and 102 deletions

View file

@ -58,7 +58,7 @@ import java.util.List;
* that desires a Message instead of a Builder. In terms of the implementation,
* the {@code SingleFieldBuilder} and {@code RepeatedFieldBuilder}
* classes cache messages that were created so that messages only need to be
* created when some change occured in its builder or a builder for one of its
* created when some change occurred in its builder or a builder for one of its
* descendants.
*
* @param <MType> the type of message for the field

View file

@ -51,7 +51,7 @@ package akka.protobuf;
* that desires a Message instead of a Builder. In terms of the implementation,
* the {@code SingleFieldBuilder} and {@code RepeatedFieldBuilder}
* classes cache messages that were created so that messages only need to be
* created when some change occured in its builder or a builder for one of its
* created when some change occurred in its builder or a builder for one of its
* descendants.
*
* @param <MType> the type of message for the field