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:
parent
fddc198178
commit
482eaea122
70 changed files with 102 additions and 102 deletions
|
|
@ -599,7 +599,7 @@ class InterpreterSpec extends StreamSpec with GraphInterpreterSpecKit {
|
|||
push(out, lastElem)
|
||||
}
|
||||
|
||||
// note that the default value of lastElem will be always pushed if the upstream closed at the very begining without a pulling
|
||||
// note that the default value of lastElem will be always pushed if the upstream closed at the very beginning without a pulling
|
||||
override def onPull(): Unit = {
|
||||
if (isClosed(in)) {
|
||||
push(out, lastElem)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue