Skip to content

Commit

Permalink
Spelling.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87604 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Jan 20, 2025
1 parent db82663 commit e539753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/library/utils/man/tar.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tar(tarfile, files = NULL,
(follow symbolic links, also \option{-L} on some platforms),
\samp{--acls}, \option{--exclude-backups}, \option{--exclude-vcs} (and
similar) and on Windows \option{--force-local} (so drives can be
included in filepaths: this used to be the defailt for \R on Windows).
included in filepaths: this used to be the default for \R on Windows).

A convenient and robust way to set options for GNU \command{tar} is via
environment variable \env{TAR_OPTIONS}. Appending \option{--force-local}
Expand Down Expand Up @@ -190,7 +190,7 @@ tar(tarfile, files = NULL,

Neither the internal or the known external \command{tar} commands
support parallel compression --- but this function can be used to write
an uncompressed tarball which can then be compressed in paralllel, for
an uncompressed tarball which can then be compressed in parallel, for
example with \command{zstd -T0}.
}

Expand Down

0 comments on commit e539753

Please sign in to comment.