Skip to content

Commit

Permalink
Merge pull request #35 from mlondschien/donwloading
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
nbenn authored Sep 28, 2023
2 parents 91c60be + fb51e0c commit 9979eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/setup-download.R
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ download_src.aumc_cfg <- function(x, data_dir = src_data_dir(x),
fil <- file.path(tmp, name)

if (isTRUE(verbose)) {
prg <- progress_init(size, msg = "Donwloading `aumc` data",
prg <- progress_init(size, msg = "Downloading `aumc` data",
what = FALSE)
} else {
prg <- FALSE
Expand Down

0 comments on commit 9979eb1

Please sign in to comment.