Skip to content

Commit 9ff5067

Browse files
author
smeyer
committed
typos
git-svn-id: https://svn.r-project.org/R/trunk@87755 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 2fc5233 commit 9ff5067

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/manual/R-exts.texi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3153,7 +3153,7 @@ words, finally disallowing K&R-style function declarations and changing
31533153
the formerly deprecated meaning of function declarations with an empty
31543154
parameter list to now mean no parameters.@footnote{The latter has been
31553155
implemented in @command{gcc} but not currently in @I{LLVM} nor Apple
3156-
@command{clamg}.}(There are many other additions: see for example
3156+
@command{clang}.}(There are many other additions: see for example
31573157
@uref{https://en.cppreference.com/w/c/23}.)
31583158

31593159
As from @R{} 4.5.0, @R{}'s @command{configure} script chooses a compiler
@@ -6702,7 +6702,7 @@ the Fortran standards committee has said it will only move them to
67026702
`deleted' status when they are no longer much used. These include
67036703
@itemize
67046704
@item
6705-
@code{ENTTRY} statements.
6705+
@code{ENTRY} statements.
67066706
@item
67076707
@code{FORALL} statements.
67086708
@item
@@ -14189,7 +14189,7 @@ corresponding to the @I{@code{i}-th} element of the @code{STRSXP}
1418914189
@code{installChar()} installs the element as a name and @code{Rf_findVar}
1419014190
finds its value.
1419114191
@apifun CHAR
14192-
@comment FIXME in packages CHAR is remapped to R_CHAR; menion that here?
14192+
@comment FIXME in packages CHAR is remapped to R_CHAR; mention that here?
1419314193
@apifun R_CHAR
1419414194

1419514195
@example

src/library/stats/man/termplot.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ termplot(model, data = NULL, envir = environment(formula(model)),
6464
plotted against transformed values.
6565
The model response is then a straight line, allowing a
6666
ready comparison against the data or against the curve
67-
obtained from \code{smooth-panel.smooth}.}
67+
obtained from \code{smooth = panel.smooth}.}
6868
\item{\dots}{other graphical parameters.}
6969
}
7070
\details{

0 commit comments

Comments
 (0)