Skip to content

Commit

Permalink
Merge pull request #27 from nokome/master
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
hafen committed Jan 14, 2017
2 parents b6ba0c3 + 0c66990 commit fb8927d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/devtools.R
Expand Up @@ -222,7 +222,7 @@ build_vignettes <- function (

# copy packagedocs vigs
if (length(vig_output_files) > 0) {
message("Copying packagedocs vigenttes to ", gsub(pkg$path, ".", output_dir), ": ", paste(basename(vig_output_files), collapse = ", ")) # nolint
message("Copying packagedocs vignettes to ", gsub(pkg$path, ".", output_dir), ": ", paste(basename(vig_output_files), collapse = ", ")) # nolint
file.copy(vig_output_files, output_dir, recursive = TRUE)
}

Expand Down

0 comments on commit fb8927d

Please sign in to comment.