diff --git a/r/R/csv.R b/r/R/csv.R index 1850eb255a480..a024c4531e748 100644 --- a/r/R/csv.R +++ b/r/R/csv.R @@ -22,8 +22,8 @@ #' `readr::read_delim()`, and `col_select` was inspired by `vroom::vroom()`. #' #' `read_csv_arrow()` and `read_tsv_arrow()` are wrappers around -#' `read_delim_arrow()` that specify a delimeter. `read_csv2_arrow()` uses `;` for -#' the delimeter and `,` for the decimal point. +#' `read_delim_arrow()` that specify a delimiter. `read_csv2_arrow()` uses `;` for +#' the delimiter and `,` for the decimal point. #' #' Note that not all `readr` options are currently implemented here. Please file #' an issue if you encounter one that `arrow` should support. diff --git a/r/man/read_delim_arrow.Rd b/r/man/read_delim_arrow.Rd index 3ee9f6ea118a4..999f2d265b7fd 100644 --- a/r/man/read_delim_arrow.Rd +++ b/r/man/read_delim_arrow.Rd @@ -174,8 +174,8 @@ Arrow C++ options have been mapped to argument names that follow those of } \details{ \code{read_csv_arrow()} and \code{read_tsv_arrow()} are wrappers around -\code{read_delim_arrow()} that specify a delimeter. \code{read_csv2_arrow()} uses \verb{;} for -the delimeter and \verb{,} for the decimal point. +\code{read_delim_arrow()} that specify a delimiter. \code{read_csv2_arrow()} uses \verb{;} for +the delimiter and \verb{,} for the decimal point. Note that not all \code{readr} options are currently implemented here. Please file an issue if you encounter one that \code{arrow} should support.