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

@ -933,7 +933,7 @@ class SubSource[Out, Mat](delegate: scaladsl.SubFlow[Out, Mat, scaladsl.Source[O
* Since the underlying failure signal onError arrives out-of-band, it might jump over existing elements.
* This operator can recover the failure signal, but not the skipped elements, which will be dropped.
*
* Similarily to [[recover]] throwing an exception inside `mapError` _will_ be logged.
* Similarly to [[recover]] throwing an exception inside `mapError` _will_ be logged.
*
* '''Emits when''' element is available from the upstream or upstream is failed and pf returns an element
*