Skip to content

Commit c43336b

Browse files
author
smeyer
committed
typos
git-svn-id: https://svn.r-project.org/R/trunk@87968 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 717fd2c commit c43336b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/manual/R-exts.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13176,7 +13176,7 @@ failed. There are also @code{Rf_asInteger}, @code{Rf_asReal} and
1317613176
All of these functions ignore any elements of an input vector after the
1317713177
first.
1317813178

13179-
@code{Rf_aaRboolean} is a stricter version of @code{Rf_asLogical}
13179+
@code{Rf_asRboolean} is a stricter version of @code{Rf_asLogical}
1318013180
introduced in @R{}@tie{}4.5.0. It returns type @code{Rboolean} and
1318113181
gives an error for an input of length other than one, and for
1318213182
coercion failure. @code{Rf_asBool} is a variant returning the

src/library/base/man/options.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ getOption(x, default = NULL)
567567
and \code{identify} be confirmed by a bell? Default \code{TRUE}.
568568
Honoured at least on \code{X11} and \code{windows} devices.}
569569

570-
\item{\code{windowsTimeout}:}{(Windows-only) integer vector of length 2
570+
\item{\code{windowsTimeouts}:}{(Windows-only) integer vector of length 2
571571
representing two times in milliseconds. These control the
572572
double-buffering of \code{\link{windows}} devices when that is
573573
enabled: the first is the delay after plotting finishes

src/library/utils/R/completion.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ fileCompletions <- function(token)
13761376
"internet.info", "locatorBell", "mailer", "menu.graphics",
13771377
"na.action", "pkgType", "repos", "show.coef.Pvalues",
13781378
"show.signif.stars", "str", "str.dendrogram.last",
1379-
"ts.eps", "ts.S.compat", "unzip", "windowsTimeout",
1379+
"ts.eps", "ts.S.compat", "unzip", "windowsTimeouts",
13801380
## + options unset by default (or OS-specific)
13811381
"mc.cores", "dvipscmd", "warn.FPU",
13821382
"askYesNo", "BioC_mirror", "ccaddress", "checkPackageLicense",

0 commit comments

Comments
 (0)