Skip to content

Commit 9c38174

Browse files
author
smeyer
committed
fix typos, including from PR#18890
git-svn-id: https://svn.r-project.org/R/trunk@88200 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent b4d8dee commit 9c38174

33 files changed

+67
-67
lines changed

doc/NEWS.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4660,7 +4660,7 @@ BUG FIXES
46604660

46614661
o plot.acf() has a new `xpd = par("xpd")' argument which by default
46624662
*does* clipping (of the horizontal lines) as desired (xpd = NA was
4663-
used before, erronously in most cases).
4663+
used before, erroneously in most cases).
46644664

46654665
o predict(smooth.spline(.), deriv = 1) now works.
46664666

doc/NEWS.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13628,7 +13628,7 @@ BUG FIXES
1362813628

1362913629
o Calling par(mfg) before doing any plotting resulted in NewPage
1363013630
never being called on the device, which in turn resulted in
13631-
incorrect output for postcript() and pdf() devices. (Reported
13631+
incorrect output for postscript() and pdf() devices. (Reported
1363213632
by Marc Schwartz in discussion of the non-bug PR#7820.)
1363313633

1363413634
o terms.formula needed to add parentheses to formulae with

doc/NEWS.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7241,7 +7241,7 @@ CHANGES IN R 3.0.0:
72417241
• Profiling _via_ Rprof() now optionally records information at the
72427242
statement level, not just the function level.
72437243

7244-
• The Rprof() function now quotes function names in in its output
7244+
• The Rprof() function now quotes function names in its output
72457245
file on Windows, to be consistent with the quoting in Unix.
72467246

72477247
• Profiling _via_ Rprof() now optionally records information about

doc/NEWS.3.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8092,7 +8092,7 @@
80928092
information at the statement level, not just the function level.
80938093
80948094
\item The \code{Rprof()} function now quotes function names in
8095-
in its output file on Windows, to be consistent with the quoting
8095+
its output file on Windows, to be consistent with the quoting
80968096
in Unix.
80978097
80988098
\item Profiling \emph{via} \code{Rprof()} now optionally records

doc/html/NEWS.3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10458,7 +10458,7 @@ <h4>NEW FEATURES</h4>
1045810458
</p>
1045910459
</li>
1046010460
<li><p> The <code>Rprof()</code> function now quotes function names in
10461-
in its output file on Windows, to be consistent with the quoting
10461+
its output file on Windows, to be consistent with the quoting
1046210462
in Unix.
1046310463
</p>
1046410464
</li>

doc/manual/R-exts.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14883,7 +14883,7 @@ be changed with considerable notice.
1488314883

1488414884
As explained elsewhere in this manual, these functions should only be
1488514885
called from the main thread of the @R{} process. (Doing otherwise can
14886-
result in memory corruption and very hard-to-debug seqfaults.)
14886+
result in memory corruption and very hard-to-debug segfaults.)
1488714887

1488814888
The recommended procedure to use these is to include the header file
1488914889
@file{R.h} in your C code by

src/library/datasets/man/penguins.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ penguins_raw
2424
\item{\code{species}}{\code{\link{factor}}, with levels
2525
\code{Adelie}, \code{Chinstrap}, and \code{Gentoo}}
2626
\item{\code{island}}{\code{factor},
27-
with levels \code{Biscoe}, \code{Dream}, and \code{Torgersen})}
27+
with levels \code{Biscoe}, \code{Dream}, and \code{Torgersen}}
2828
\item{\code{bill_len}}{\code{\link{numeric}}, bill length (millimeters)}
2929
\item{\code{bill_dep}}{\code{numeric}, bill depth (millimeters)}
3030
\item{\code{flipper_len}}{\code{\link{integer}}, flipper length (millimeters)}

src/library/datasets/man/treering.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ treering
3030
\url{https://robjhyndman.com/TSDL/},
3131
series \file{CA535.DAT}
3232
%% now pointing to \url{http://datamarket.com/data/list/?q=provider:tsdl}
33-
%% or specifially to
33+
%% or specifically to
3434
%% \url{https://datamarket.com/data/set/22oy/} ==> short \url{http://data.is/2iSo2j1}
3535
}
3636
\references{

src/library/datasets/man/zCO2.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/datasets/man/zCO2.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-20011 R Core Team
3+
% Copyright 1995-2011 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{CO2}

src/library/utils/man/untar.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ untar(tarfile, files = NULL, list = FALSE, exdir = ".",
7070
}
7171

7272
%% even RHEL6 had GNU tar 1.23, Ububtu 14.04 has 1.27
73-
%% macOS has bsdtar from 2010: this supports xz but does not docuemnt it.
74-
%% bsdtar had lzma/xz supoort before April 2009 when it added
73+
%% macOS has bsdtar from 2010: this supports xz but does not document it.
74+
%% bsdtar had lzma/xz support before April 2009 when it added
7575
%% support for command-line unxz etc, not just libraries.
7676
\item{support_old_tars}{logical. If false (the default), the external
7777
\command{tar} command is assumed to be able handle compressed

0 commit comments

Comments
 (0)