Skip to content

Commit 9fcc1cd

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

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

doc/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
\emph{via} including \code{USE_C17} in \code{SystemRequirements}
282282
or can be installed by \command{R CMD INSTALL --use-C17}.
283283
(Some packages ignore these settings in their \command{configure}
284-
script or when compiling in sub-directiories af \file{src}, as
284+
script or when compiling in sub-directories of \file{src}, as
285285
will those using a \file{src/Makefile}.)
286286
287287
\item Source installs now report the package version in the log.
@@ -599,7 +599,7 @@
599599
600600
\item \code{quantile()}'s default method gets an option \code{fuzz}
601601
to protect against floating point inaccuracy before rounding, thus
602-
fixing \PR{15811} and, en passant, \PR{17683}.
602+
fixing \PR{15811} and, \I{en passant}, \PR{17683}.
603603
}
604604
}
605605
}

doc/manual/R-admin.texi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ this manual are either standard @command{autoconf} options not relevant
870870
to @R{} or intended for specialist uses by the @R{} developers.
871871

872872
@command{configure} will select a C23 compiler if it finds one: to
873-
cicumvent this use option @option{--without-C23}. This will only have
873+
circumvent this use option @option{--without-C23}. This will only have
874874
an effect if the compiler in use does not default to C23: GCC 15 does
875875
and might be selected as @command{gcc} if macro @code{CC} is not
876876
specified in @file{config.site}. (A compiler is considered to be a `C23
@@ -1098,7 +1098,7 @@ if you want to specify a non-default standard use something like
10981098
Compiling @R{} requires C99 or later: C11 and C17 are minor updates, but
10991099
the substantial update `C23' (finally published in October 2024) is also
11001100
supported for recent versions of GCC@footnote{At least 13--15: 15
1101-
defaults to C23}, @command{clang}@footnote{including LLVM clang 18--20
1101+
defaults to C23}, @command{clang}@footnote{including @I{LLVM} clang 18--20
11021102
and Apple clang 15/16.} and Intel @command{icx}. @R{} 4.5.0 defaults
11031103
to C23 if supported by the chosen compiler.
11041104

@@ -3442,7 +3442,7 @@ plus, preferably a TeX installation and Java.
34423442
@subsection Tcl/Tk
34433443

34443444
The @pkg{tcltk} package needs Tcl/Tk @geq{} 8.4 installed: the sources are
3445-
available at @uref{https://www.tcl.tk/}. To specify the locations of the
3445+
available at @uref{https://www.tcl-lang.org/}. To specify the locations of the
34463446
Tcl/Tk files you may need the configuration options
34473447

34483448
@table @option

doc/manual/R-exts.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3157,14 +3157,14 @@ implemented in @command{gcc} but not currently in @I{LLVM} nor Apple
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
3160-
option which selects C23 if one is available. Some conpilers (including
3160+
option which selects C23 if one is available. Some compilers (including
31613161
@command{gcc}@tie{}15) default to C23 and most others from 2022/3 and
31623162
later have such an option.
31633163

31643164
@c GCC 14, LLVM clang 18-20 and Apple clang 16 default to C17
31653165
@c In 2025-01 GCC pre=15 defaulted to C23 (and later documented so)
31663166
The @command{configure} script in recent previous versions of @R{} aimed
3167-
to choose a C compiler which supposrted C11: as the default in recent
3167+
to choose a C compiler which supported C11: as the default in recent
31683168
versions of @command{gcc} (prior to 15), @I{LLVM} @command{clang} and
31693169
Apple @command{clang} is C17, that is what is likely to be chosen. On
31703170
the other hand, until @R{} 4.3.0 the makefiles for the Windows build

0 commit comments

Comments
 (0)