Skip to content

Commit 56d8dcd

Browse files
spelling
1 parent dde5533 commit 56d8dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/BatchtoolsFutureError.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ for (cleanup in c(FALSE, TRUE)) {
2525
## result in the removal of batchtools registry files
2626

2727
reg.finalizer(f, function(f) {
28-
message("Garbage collection future ...")
28+
message("Garbage collecting future ...")
2929
print(f)
30-
message("Garbage collection future ... DONE")
30+
message("Garbage collecting future ... DONE")
3131
}, onexit = TRUE)
3232
rm(list = "f")
3333
gc()

0 commit comments

Comments
 (0)