Skip to content

Commit e7613ec

Browse files
committed
Fix typos
1 parent 23112c7 commit e7613ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs-env/src/main/scala/org/scalajs/jsenv/nodejs/ComSupport.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ private final class ComRun(run: JSRun, handleMessage: String => Unit,
3333
serverSocket: ServerSocket) extends JSComRun {
3434
import ComRun._
3535

36-
/** Promise that completes once the reciever thread is completed. */
36+
/** Promise that completes once the receiver thread is completed. */
3737
private[this] val promise = Promise[Unit]()
3838

3939
@volatile

0 commit comments

Comments
 (0)