Skip to content

Commit 9419482

Browse files
author
smeyer
committed
spelling/markup, including PR#18968
git-svn-id: https://svn.r-project.org/R/trunk@89029 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 52affc1 commit 9419482

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,9 +687,9 @@
687687

688688
\item New connection type \code{zstdfile} for files compressed by
689689
\command{zstd} if \R{} was built with such support. \code{file()}
690-
and \code{gafile()} can automagically read such files.
690+
and \code{gzfile()} can automagically read such files.
691691

692-
\item \code{memCompress()} and \code{memDecompress()} have optiosn
692+
\item \code{memCompress()} and \code{memDecompress()} have options
693693
to use \command{zstd} compression if \R{} was built with support
694694
for it.
695695

doc/manual/R-exts.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2994,7 +2994,7 @@ The webpage @uref{https://en.cppreference.com/w/cpp/compiler_support.html}
29942994
gives some information on which compiler versions are known to support
29952995
recent C++ features.
29962996

2997-
https://en.wikipedia.org/wiki/C%2B%2B17
2997+
@c https://en.wikipedia.org/wiki/C%2B%2B17
29982998
@c https://en.wikipedia.org/wiki/C%2B%2B20
29992999
C++ standards have deprecated and later removed features (such as
30003000
headers, types and functions). Be aware that some current compilers

src/library/base/man/lazyload.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lazyLoadDBexec(filebase, fun, filter)
1717
\arguments{
1818
\item{filebase}{The file path to the database, with no extension.}
1919
\item{envir}{The environment into which objects are loaded.}
20-
\item{filter}{An optional function which when called on a a character
20+
\item{filter}{An optional function which when called on a character
2121
vector of object names returns a logical vector: only objects for
2222
which this is true will be loaded.}
2323
\item{fun}{Function of one argument, an environment.}

0 commit comments

Comments
 (0)