Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Avraham Adler committed Dec 6, 2024
1 parent 4986141 commit 643099a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nocov start
.onLoad <- function(libname, pkgname) {
# Get reasonable selction for "max" cpus
# Get reasonable selection for "max" cpus
options("DLPCPU" = as.integer( # nolint
getOption("DLPCPU", default = parallel::detectCores())
))
Expand Down

0 comments on commit 643099a

Please sign in to comment.