Skip to content

Commit 8cb4cd8

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
Where \R is used via extensive \abbr{IDE}s such as \command{RStudio},
109109
their maintainers may need to adapt \file{R.css} files accordingly.
110110

111-
\command{R CMD check} when passed a tarballl looks at its contents
111+
\command{R CMD check} when passed a tarball looks at its contents
112112
and so no longer derives the package name from the tarball name
113113
(which can now be arbitrary).
114114
}

src/library/utils/man/untar.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ untar(tarfile, files = NULL, list = FALSE, exdir = ".",
116116
\command{gnutar}.}
117117

118118
%% bsdtar had it in FreeBSB 5.3 (2004)
119-
\item{\code{bsdtar}:}{macOS 10.6 and later (and FreeBSD, NetBSD >= 9
119+
\item{\code{bsdtar}:}{macOS 10.6 and later (and FreeBSD, \I{NetBSD} >= 9
120120
and some other OSes) have a \command{tar} from the \I{libarchive}
121121
project which detects known-to-it forms of compression
122122
automagically. However, this may rely on an external command
@@ -130,7 +130,7 @@ untar(tarfile, files = NULL, list = FALSE, exdir = ".",
130130

131131
Recent versions of Windows supply a build of \code{bsdtar} as
132132
\code{tar.exe}, but with compiled-in support only for \code{gzip}
133-
compresssion.
133+
compression.
134134
}
135135

136136
%% https://news.ycombinator.com/item?id=10722697

0 commit comments

Comments
 (0)