diff --git a/R/collate.R b/R/collate.R index 50267286..b09e5861 100644 --- a/R/collate.R +++ b/R/collate.R @@ -23,7 +23,7 @@ #' collation order. #' #' `update_collate()` is not not technically a [roclet], like [rd_roclet()] -#' and [namespace_roclet()], because you have to be able to load the pacakge +#' and [namespace_roclet()], because you have to be able to load the package #' before you can process it with roclets. However, because it was historical #' implemented as a roclet, it's still controlled by the `roclets` argument of #' [roxygenize()]. diff --git a/man/update_collate.Rd b/man/update_collate.Rd index 191d1858..1b04274b 100644 --- a/man/update_collate.Rd +++ b/man/update_collate.Rd @@ -32,7 +32,7 @@ run automatically by any package that needs to load your R files in collation order. \code{update_collate()} is not not technically a \link{roclet}, like \code{\link[=rd_roclet]{rd_roclet()}} -and \code{\link[=namespace_roclet]{namespace_roclet()}}, because you have to be able to load the pacakge +and \code{\link[=namespace_roclet]{namespace_roclet()}}, because you have to be able to load the package before you can process it with roclets. However, because it was historical implemented as a roclet, it's still controlled by the \code{roclets} argument of \code{\link[=roxygenize]{roxygenize()}}.