Skip to content

Commit b524a66

Browse files
spelling
1 parent c50851d commit b524a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils,cluster.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ readWorkerPID <- function(pidfile, wait = 0.5, maxTries = 8L, verbose = FALSE) {
384384
file.remove(pidfile)
385385

386386
if (length(pid0) > 0L) {
387-
## Use last one, if more than one ("should not happend")
387+
## Use last one, if more than one ("should not happen")
388388
pid <- as.integer(pid0[length(pid0)])
389389
if (verbose) mdebugf(" - pid: %s", pid)
390390
if (is.na(pid)) {

0 commit comments

Comments
 (0)