Skip to content

Commit d929929

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/library/utils/man/tar.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ tar(tarfile, files = NULL,
214214
\note{
215215
For users of macOS. Apple's legacy file systems had a concept of
216216
\sQuote{resource forks} dating from classic Mac OS and rarely used
217-
nowadays (and only partially supported in APFS). Apple's version of
217+
nowadays (and only partially supported in \abbr{APFS}). Apple's version of
218218
\command{tar} stored these as separate files in the tarball with names
219219
prefixed by \file{._}, and unpacks such files into resource forks (if
220220
possible): other ways of unpacking (including \code{\link{untar}} in

src/library/utils/man/untar.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ untar(tarfile, files = NULL, list = FALSE, exdir = ".",
205205
extracted file paths. For example, GNU \code{tar} and
206206
\command{bsdtar} remove the leading slash on absolute filepaths:
207207
specify \code{extras = "-P"} to override this. \command{bsdtar}
208-
refuses to exract paths containing \code{".."} with the same
208+
refuses to extract paths containing \code{".."} with the same
209209
workaround.
210210
}
211211

0 commit comments

Comments
 (0)