diff --git a/R/tar_progress_branches.R b/R/tar_progress_branches.R index 5e57fb1b..c4cc38ab 100644 --- a/R/tar_progress_branches.R +++ b/R/tar_progress_branches.R @@ -8,7 +8,7 @@ #' and the following columns. #' * `name`: name of the pattern. #' * `progress`: progress status: `"dispatched"`, `"completed"`, -#' `"cancelled"`, or `"errored"`. +#' `"canceled"`, or `"errored"`. #' * `branches`: number of branches in the progress category. #' * `total`: total number of branches planned for the whole pattern. #' Values within the same pattern should all be equal. diff --git a/man/tar_progress_branches.Rd b/man/tar_progress_branches.Rd index ed9a6e1a..ddde092d 100644 --- a/man/tar_progress_branches.Rd +++ b/man/tar_progress_branches.Rd @@ -36,7 +36,7 @@ and the following columns. \itemize{ \item \code{name}: name of the pattern. \item \code{progress}: progress status: \code{"dispatched"}, \code{"completed"}, -\code{"cancelled"}, or \code{"errored"}. +\code{"canceled"}, or \code{"errored"}. \item \code{branches}: number of branches in the progress category. \item \code{total}: total number of branches planned for the whole pattern. Values within the same pattern should all be equal.