Skip to content

Commit e539753

Browse files
author
hornik
committed
Spelling.
git-svn-id: https://svn.r-project.org/R/trunk@87604 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent db82663 commit e539753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/library/utils/man/tar.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tar(tarfile, files = NULL,
5353
(follow symbolic links, also \option{-L} on some platforms),
5454
\samp{--acls}, \option{--exclude-backups}, \option{--exclude-vcs} (and
5555
similar) and on Windows \option{--force-local} (so drives can be
56-
included in filepaths: this used to be the defailt for \R on Windows).
56+
included in filepaths: this used to be the default for \R on Windows).
5757

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

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

0 commit comments

Comments
 (0)