Skip to content

Commit c5fe347

Browse files
committed
no such children -> no children
1 parent 7d61153 commit c5fe347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/inst/worker/daemon.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ while (TRUE) {
7575
}
7676
})
7777
} else if (is.null(children)) {
78-
# If it is NULL, there are no such children. Waits indefinitely for a socket connecion.
78+
# If it is NULL, there are no children. Waits indefinitely for a socket connecion.
7979
selectTimeout <- NULL
8080
}
8181

0 commit comments

Comments
 (0)